mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-20 18:29:23 +00:00
Return errors in ExtractSpirvInfo instead of sending to the device
BUG=dawn:274 Change-Id: Ieeaffdd356a6f2174a39a8098b306c36d10ef9e7 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/15100 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Ryan Harrison <rharrison@chromium.org>
This commit is contained in:
committed by
Commit Bot service account
parent
3a1746e71c
commit
9af58bbe14
@@ -122,7 +122,7 @@ namespace dawn_native { namespace opengl {
|
||||
compiler->set_common_options(options);
|
||||
}
|
||||
|
||||
ExtractSpirvInfo(*compiler);
|
||||
DAWN_TRY(ExtractSpirvInfo(*compiler));
|
||||
|
||||
const auto& bindingInfo = GetBindingInfo();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user