vk/0.170.2: Rename fields in VkClearColorValue

This commit is contained in:
Jason Ekstrand
2015-10-06 10:07:47 -07:00
parent 81c7fa8772
commit bd4cde708a
2 changed files with 9 additions and 9 deletions

View File

@@ -1982,9 +1982,9 @@ typedef struct {
} VkBufferImageCopy;
typedef union {
float f32[4];
int32_t s32[4];
uint32_t u32[4];
float float32[4];
int32_t int32[4];
uint32_t uint32[4];
} VkClearColorValue;
typedef struct {