vk/0.170.2: Add a stage field to ShaderCreateInfo

This commit is contained in:
Jason Ekstrand 2015-10-06 10:20:10 -07:00
parent cc389b1482
commit 19018c9f13

View file

@ -1535,6 +1535,7 @@ typedef struct {
VkShaderModule module;
const char* pName;
VkShaderCreateFlags flags;
VkShaderStage stage;
} VkShaderCreateInfo;
typedef struct {