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

Method TextureResource

source/globjects/source/Resource.cpp:195–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193
194
195TextureResource::TextureResource(GLenum target)
196: IDResource(ImplementationRegistry::current().textureBindlessImplementation().create(target))
197{
198}
199
200TextureResource::~TextureResource()
201{

Callers

nothing calls this directly

Calls 1

createMethod · 0.45

Tested by

no test coverage detected