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:
committed by
Branimir Karadžić
parent
c02ebda27d
commit
a3df232816
2
3rdparty/spirv-tools/source/val/validate.cpp
vendored
2
3rdparty/spirv-tools/source/val/validate.cpp
vendored
@@ -399,6 +399,7 @@ spv_result_t ValidateBinaryUsingContextAndValidationState(
|
||||
if (auto error = RayQueryPass(*vstate, &instruction)) return error;
|
||||
if (auto error = RayTracingPass(*vstate, &instruction)) return error;
|
||||
if (auto error = RayReorderNVPass(*vstate, &instruction)) return error;
|
||||
if (auto error = RayReorderEXTPass(*vstate, &instruction)) return error;
|
||||
if (auto error = MeshShadingPass(*vstate, &instruction)) return error;
|
||||
if (auto error = TensorLayoutPass(*vstate, &instruction)) return error;
|
||||
if (auto error = TensorPass(*vstate, &instruction)) return error;
|
||||
@@ -430,6 +431,7 @@ spv_result_t ValidateBinaryUsingContextAndValidationState(
|
||||
if (auto error = ValidateQCOMImageProcessingTextureUsages(*vstate, &inst))
|
||||
return error;
|
||||
}
|
||||
if (auto error = ValidateLogicalPointers(*vstate)) return error;
|
||||
|
||||
return SPV_SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user