From 5f348bd0e59e545d10dc1cab8495ddc0d3e72fea Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Mon, 30 Nov 2015 17:26:32 -0800 Subject: vk/0.210.0: Rename origin fields of VkViewport --- include/vulkan/vulkan.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/vulkan/vulkan.h') diff --git a/include/vulkan/vulkan.h b/include/vulkan/vulkan.h index 3447099..49241de 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; -- cgit v1.1