Updated spirv-tools.

This commit is contained in:
Бранимир Караџић
2023-07-14 17:41:59 -07:00
parent 9ef1db93d9
commit 9ba15cd473
18 changed files with 829 additions and 194 deletions

View File

@@ -240,7 +240,7 @@ bool IsEnabledByExtension(ValidationState_t& _, uint32_t capability) {
ExtensionSet operand_exts(operand_desc->numExtensions,
operand_desc->extensions);
if (operand_exts.IsEmpty()) return false;
if (operand_exts.empty()) return false;
return _.HasAnyOfExtensions(operand_exts);
}