• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkDescriptorBufferInfo,VkDescriptorBufferInfo]]
3[source,c++]
4----
5typedef struct VkDescriptorBufferInfo {
6    VkBuffer        buffer;
7    VkDeviceSize    offset;
8    VkDeviceSize    range;
9} VkDescriptorBufferInfo;
10----
11