| 43 | |
| 44 | |
| 45 | void Framebuffer::hintBindlessImplementation(const BindlessImplementation impl) |
| 46 | { |
| 47 | ImplementationRegistry::current().initialize(impl); |
| 48 | } |
| 49 | |
| 50 | Framebuffer::Framebuffer() |
| 51 | : Object(new FrameBufferObjectResource) |
nothing calls this directly
no test coverage detected