// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry [[VkDescriptorBufferInfo,VkDescriptorBufferInfo]] [source,c++] ---- typedef struct VkDescriptorBufferInfo { VkBuffer buffer; VkDeviceSize offset; VkDeviceSize range; } VkDescriptorBufferInfo; ----