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

Method hintBindlessImplementation

source/globjects/source/Texture.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45
46void Texture::hintBindlessImplementation(BindlessImplementation impl)
47{
48 ImplementationRegistry::current().initialize(impl);
49}
50
51Texture::Texture()
52: Texture(GL_TEXTURE_2D)

Callers

nothing calls this directly

Calls 1

initializeMethod · 0.45

Tested by

no test coverage detected