| 36 | |
| 37 | |
| 38 | void Buffer::hintBindlessImplementation(BindlessImplementation impl) |
| 39 | { |
| 40 | ImplementationRegistry::current().initialize(impl); |
| 41 | } |
| 42 | |
| 43 | void Buffer::setWorkingTarget(GLenum target) |
| 44 | { |
nothing calls this directly
no test coverage detected