mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 11:30:21 +01:00
vk/0.170.2: Add a stage field to ShaderCreateInfo
This commit is contained in:
parent
cc389b1482
commit
19018c9f13
1 changed files with 1 additions and 0 deletions
|
|
@ -1535,6 +1535,7 @@ typedef struct {
|
|||
VkShaderModule module;
|
||||
const char* pName;
|
||||
VkShaderCreateFlags flags;
|
||||
VkShaderStage stage;
|
||||
} VkShaderCreateInfo;
|
||||
|
||||
typedef struct {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue