MCPcopy Create free account
hub / github.com/comaps/comaps / SetMaxUniformBuffers

Method SetMaxUniformBuffers

libs/drape/vulkan/vulkan_object_manager.cpp:370–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368}
369
370void VulkanObjectManager::SetMaxUniformBuffers(uint32_t maxUniformBuffers)
371{
372 m_maxUniformBuffers = maxUniformBuffers;
373}
374
375void VulkanObjectManager::SetMaxImageSamplers(uint32_t maxImageSamplers)
376{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected