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:
4
3rdparty/spirv-tools/source/val/validate.cpp
vendored
4
3rdparty/spirv-tools/source/val/validate.cpp
vendored
@@ -141,6 +141,10 @@ spv_result_t ValidateEntryPoints(ValidationState_t& _) {
|
||||
}
|
||||
}
|
||||
|
||||
if (auto error = ValidateFloatControls2(_)) {
|
||||
return error;
|
||||
}
|
||||
|
||||
return SPV_SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user