mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-20 18:29:23 +00:00
Fill CompilationInfo with Tint diagnostic messages
The previous CL had no way of communicating disagnostic messages from Tint to the ShaderModule in the event that it failed to validate. This change ensures that messages generated during validation aren't dropped on the floor and can be queried from the failed modules CompilationInfo. BUG: dawn:746 Change-Id: Ic2551654ca30baab0fb5124a148eb4fcdf4b0f22 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/46960 Commit-Queue: Brandon Jones <bajones@chromium.org> Reviewed-by: Kai Ninomiya <kainino@chromium.org>
This commit is contained in:
committed by
Commit Bot service account
parent
c243f67d58
commit
47b6b680e1
@@ -14,7 +14,6 @@
|
||||
|
||||
#include "common/Constants.h"
|
||||
|
||||
#include "dawn_native/CompilationMessages.h"
|
||||
#include "dawn_native/ShaderModule.h"
|
||||
|
||||
#include "tests/unittests/validation/ValidationTest.h"
|
||||
|
||||
Reference in New Issue
Block a user