diff options
author | Jason Ekstrand <[email protected]> | 2015-10-05 20:35:08 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2015-10-05 20:35:08 -0700 |
commit | 460676122fffddb26ef324293fcb5efb566796db (patch) | |
tree | 97779a5e8f2c23d804672ea24db27b91e47fb73d /include/vulkan | |
parent | 8e1ef639b6af17cfde2234fb2bd60c9c45cf265b (diff) |
vk/0.170.2: Rename VkClearValue.ds to depthStencil
Diffstat (limited to 'include/vulkan')
-rw-r--r-- | include/vulkan/vulkan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vulkan/vulkan.h b/include/vulkan/vulkan.h index 48c4d195b2d..5deb161274f 100644 --- a/include/vulkan/vulkan.h +++ b/include/vulkan/vulkan.h @@ -1999,7 +1999,7 @@ typedef struct { typedef union { VkClearColorValue color; - VkClearDepthStencilValue ds; + VkClearDepthStencilValue depthStencil; } VkClearValue; typedef struct { |