vk/0.210.0: Rename origin fields of VkViewport

This commit is contained in:
Jason Ekstrand
2015-11-30 17:26:32 -08:00
parent 9fa6e328eb
commit 5f348bd0e5
4 changed files with 16 additions and 16 deletions

View File

@@ -1646,8 +1646,8 @@ typedef struct VkPipelineTessellationStateCreateInfo {
} VkPipelineTessellationStateCreateInfo;
typedef struct VkViewport {
float originX;
float originY;
float x;
float y;
float width;
float height;
float minDepth;