| 44 | |
| 45 | |
| 46 | void Texture::hintBindlessImplementation(BindlessImplementation impl) |
| 47 | { |
| 48 | ImplementationRegistry::current().initialize(impl); |
| 49 | } |
| 50 | |
| 51 | Texture::Texture() |
| 52 | : Texture(GL_TEXTURE_2D) |
nothing calls this directly
no test coverage detected