| 373 | } |
| 374 | |
| 375 | void VulkanObjectManager::SetMaxImageSamplers(uint32_t maxImageSamplers) |
| 376 | { |
| 377 | m_maxImageSamplers = maxImageSamplers; |
| 378 | } |
| 379 | |
| 380 | uint8_t * VulkanObjectManager::MapUnsafe(VulkanObject object) |
| 381 | { |
no outgoing calls
no test coverage detected