diff options
Diffstat (limited to 'include/vulkan/vulkan.h')
-rw-r--r-- | include/vulkan/vulkan.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vulkan/vulkan.h b/include/vulkan/vulkan.h index 34470999bbf..49241de1863 100644 --- a/include/vulkan/vulkan.h +++ b/include/vulkan/vulkan.h @@ -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; |