vk/0.170.2: Rename VkClearValue.ds to depthStencil

This commit is contained in:
Jason Ekstrand
2015-10-05 20:35:08 -07:00
parent 8e1ef639b6
commit 460676122f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1999,7 +1999,7 @@ typedef struct {
typedef union {
VkClearColorValue color;
VkClearDepthStencilValue ds;
VkClearDepthStencilValue depthStencil;
} VkClearValue;
typedef struct {