Updated spirv-tools.

This commit is contained in:
Бранимир Караџић
2024-02-09 22:20:51 -08:00
parent 56f7af3103
commit 3ac2dda244
39 changed files with 1094 additions and 72 deletions

View File

@@ -141,6 +141,10 @@ spv_result_t ValidateEntryPoints(ValidationState_t& _) {
}
}
if (auto error = ValidateFloatControls2(_)) {
return error;
}
return SPV_SUCCESS;
}