|
Blender V5.0
|
#include <vk_descriptor_set_layouts.hh>
Public Attributes | |
| VkDeviceSize | size |
| Vector< VkDeviceSize > | binding_offsets |
Definition at line 70 of file vk_descriptor_set_layouts.hh.
| Vector<VkDeviceSize> blender::gpu::VKDescriptorBufferLayout::binding_offsets |
Offsets of each binding inside the buffer.
Offsets are aligned to VkPhysicalDeviceDescriptorBufferProperties.descriptorBufferOffsetAlignment.
Definition at line 85 of file vk_descriptor_set_layouts.hh.
| VkDeviceSize blender::gpu::VKDescriptorBufferLayout::size |
Total size of the descriptor buffer.
Size is aligned to VkPhysicalDeviceDescriptorBufferProperties.descriptorBufferOffsetAlignment.
Definition at line 77 of file vk_descriptor_set_layouts.hh.