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

Method GetMaxUniformBuffers

libs/shaders/vulkan_program_pool.cpp:294–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292}
293
294uint32_t VulkanProgramPool::GetMaxUniformBuffers() const
295{
296 return kMaxUniformBuffers;
297}
298
299uint32_t VulkanProgramPool::GetMaxImageSamplers() const
300{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected