mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Updated spirv-tools.
This commit is contained in:
3
3rdparty/spirv-tools/source/val/validate.cpp
vendored
3
3rdparty/spirv-tools/source/val/validate.cpp
vendored
@@ -144,6 +144,9 @@ spv_result_t ValidateEntryPoints(ValidationState_t& _) {
|
||||
if (auto error = ValidateFloatControls2(_)) {
|
||||
return error;
|
||||
}
|
||||
if (auto error = ValidateDuplicateExecutionModes(_)) {
|
||||
return error;
|
||||
}
|
||||
|
||||
return SPV_SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user