vk/0.170.2: Rename cs to stage in ComputePipelineCreateInfo

This commit is contained in:
Jason Ekstrand
2015-10-06 10:11:50 -07:00
parent 588d40e97a
commit cc389b1482
2 changed files with 2 additions and 2 deletions

View File

@@ -1714,7 +1714,7 @@ typedef struct {
typedef struct {
VkStructureType sType;
const void* pNext;
VkPipelineShaderStageCreateInfo cs;
VkPipelineShaderStageCreateInfo stage;
VkPipelineCreateFlags flags;
VkPipelineLayout layout;
VkPipeline basePipelineHandle;