MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-ValidationLayers / GetDescriptorBufferSize

Method GetDescriptorBufferSize

tests/framework/binding.cpp:1892–1896  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1890}
1891
1892VkDeviceSize DescriptorSetLayout::GetDescriptorBufferSize() const {
1893 VkDeviceSize size = 0;
1894 vk::GetDescriptorSetLayoutSizeEXT(device(), handle(), &size);
1895 return size;
1896}
1897
1898VkDeviceSize DescriptorSetLayout::GetDescriptorBufferBindingOffset(uint32_t binding) const {
1899 VkDeviceSize size = 0;

Callers 6

TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls 1

Tested by

no test coverage detected