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