Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
294
uint32_t VulkanProgramPool::GetMaxUniformBuffers() const
295
{
296
return kMaxUniformBuffers;
297
}
298
299
uint32_t VulkanProgramPool::GetMaxImageSamplers() const
300
{
Callers
1
VulkanProgramParamsSetter
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected