Vulkan rules relaxed for glslang C interface
- Added vulkan_rules_relaxed flag to glslang_input_t to turn on Vulkan rules relaxed during shader creation.
This commit is contained in:
parent
febbeb4f83
commit
b8dfe1348a
2 changed files with 5 additions and 0 deletions
|
|
@ -166,6 +166,7 @@ typedef struct glslang_input_s {
|
|||
glslang_profile_t default_profile;
|
||||
int force_default_version_and_profile;
|
||||
int forward_compatible;
|
||||
int vulkan_rules_relaxed;
|
||||
glslang_messages_t messages;
|
||||
const glslang_resource_t* resource;
|
||||
} glslang_input_t;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue