aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/vulkan.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vulkan.h b/include/vulkan.h
index c031488d..f5fe0bfa 100644
--- a/include/vulkan.h
+++ b/include/vulkan.h
@@ -1782,14 +1782,14 @@ typedef struct {
VkBuffer buffer;
VkDeviceSize offset;
VkDeviceSize range;
-} VkShaderBufferInfo;
+} VkDescriptorBufferInfo;
typedef struct {
VkBufferView bufferView;
VkSampler sampler;
VkImageView imageView;
VkImageLayout imageLayout;
- VkShaderBufferInfo shaderBuffer;
+ VkDescriptorBufferInfo bufferInfo;
} VkDescriptorInfo;
typedef struct {