| 363 | } |
| 364 | |
| 365 | void initializeStrategy(const AbstractUniform::BindlessImplementation impl) |
| 366 | { |
| 367 | Registry::current().implementations().initialize(impl); |
| 368 | } |
| 369 | |
| 370 | void initializeStrategy(const Buffer::BindlessImplementation impl) |
| 371 | { |
nothing calls this directly
no test coverage detected