| 368 | } |
| 369 | |
| 370 | void VulkanObjectManager::SetMaxUniformBuffers(uint32_t maxUniformBuffers) |
| 371 | { |
| 372 | m_maxUniformBuffers = maxUniformBuffers; |
| 373 | } |
| 374 | |
| 375 | void VulkanObjectManager::SetMaxImageSamplers(uint32_t maxImageSamplers) |
| 376 | { |
no outgoing calls
no test coverage detected