Updated spirv-tools.

This commit is contained in:
Бранимир Караџић
2024-04-12 21:21:04 -07:00
parent 03279fe3c1
commit 9287b7cd18
31 changed files with 414 additions and 77 deletions

View File

@@ -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;
}