Updated spirv-tools.

This commit is contained in:
Бранимир Караџић
2021-03-21 22:36:21 -07:00
parent da1cd83850
commit 99383a0eb5
15 changed files with 279 additions and 173 deletions

View File

@@ -143,6 +143,7 @@ spv_result_t ValidateEntryPoints(ValidationState_t& _) {
if (_.recursive_entry_points().find(entry_point) !=
_.recursive_entry_points().end()) {
return _.diag(SPV_ERROR_INVALID_BINARY, _.FindDef(entry_point))
<< _.VkErrorID(4634)
<< "Entry points may not have a call graph with cycles.";
}
}