MCPcopy Create free account
hub / github.com/cginternals/globjects / IDResource

Method IDResource

source/globjects/source/Resource.cpp:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70
71IDResource::IDResource(const GLuint id)
72: AbstractResource(true)
73, IDTrait(id)
74{
75}
76
77IDResource::IDResource(const GLuint id, const bool hasOwnership)
78: AbstractResource(hasOwnership)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected