aboutsummaryrefslogtreecommitdiff
path: root/include/vulkan.h
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2015-09-14 14:14:21 -0600
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-09-15 10:16:02 -0600
commit9441534f6b0bb89fd8d0fca73e4d1f51eb6c2c38 (patch)
tree459f11596a576fa851a4dec719a557913855050e /include/vulkan.h
parent609c6c84318e264fdb6c9e7d5997cc1bae16d707 (diff)
downloadusermoji-9441534f6b0bb89fd8d0fca73e4d1f51eb6c2c38.tar.xz
Bug 14583: Updates based on initial feedback
Diffstat (limited to 'include/vulkan.h')
-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 {