diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-09-02 13:07:51 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-09-02 13:07:51 -0600 |
| commit | 145776c6052c62d6ebc182c32a1ca1e6fe9a0cf5 (patch) | |
| tree | d1f5e358d876a8e6a7f915bdd1fb7b68ef30250b /include | |
| parent | cf4e724a30c838ad5d31c9f461755e98a199f3d6 (diff) | |
| download | usermoji-145776c6052c62d6ebc182c32a1ca1e6fe9a0cf5.tar.xz | |
bug 14517: Rename cs parameter to stage
Diffstat (limited to 'include')
| -rw-r--r-- | include/vulkan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vulkan.h b/include/vulkan.h index 9b4db787..180f5aa7 100644 --- a/include/vulkan.h +++ b/include/vulkan.h @@ -1723,7 +1723,7 @@ typedef struct { typedef struct { VkStructureType sType; const void* pNext; - VkPipelineShaderStageCreateInfo cs; + VkPipelineShaderStageCreateInfo stage; VkPipelineCreateFlags flags; VkPipelineLayout layout; VkPipeline basePipelineHandle; |
