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

Method hintBindlessImplementation

source/globjects/source/Framebuffer.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44
45void Framebuffer::hintBindlessImplementation(const BindlessImplementation impl)
46{
47 ImplementationRegistry::current().initialize(impl);
48}
49
50Framebuffer::Framebuffer()
51: Object(new FrameBufferObjectResource)

Callers

nothing calls this directly

Calls 1

initializeMethod · 0.45

Tested by

no test coverage detected