Updated spirv-tools.

This commit is contained in:
Бранимир Караџић
2022-01-15 18:02:30 -08:00
parent 84b33b3727
commit d01e6e8b12
14 changed files with 23 additions and 16 deletions

View File

@@ -202,7 +202,7 @@ spv_result_t ValidateBinaryUsingContextAndValidationState(
/* diagnostic = */ nullptr);
// Parse the module and perform inline validation checks. These checks do
// not require the the knowledge of the whole module.
// not require the knowledge of the whole module.
if (auto error = spvBinaryParse(&context, vstate, words, num_words,
/*parsed_header =*/nullptr,
ProcessInstruction, pDiagnostic)) {