mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Updated spirv-tools.
This commit is contained in:
2
3rdparty/spirv-tools/source/val/validate.cpp
vendored
2
3rdparty/spirv-tools/source/val/validate.cpp
vendored
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user