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:
1
3rdparty/spirv-tools/source/val/validate.cpp
vendored
1
3rdparty/spirv-tools/source/val/validate.cpp
vendored
@@ -412,6 +412,7 @@ spv_result_t ValidateBinaryUsingContextAndValidationState(
|
||||
// those checks register the limitation checked here.
|
||||
for (const auto inst : vstate->ordered_instructions()) {
|
||||
if (auto error = ValidateExecutionLimitations(*vstate, &inst)) return error;
|
||||
if (auto error = ValidateSmallTypeUses(*vstate, &inst)) return error;
|
||||
}
|
||||
|
||||
return SPV_SUCCESS;
|
||||
|
||||
Reference in New Issue
Block a user