mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-08 13:14:56 +00:00
Fixes to unbreak the BUILD.gn build
Change-Id: I0077bb103fc6940c1af029a65b7069cb6fbec3d9 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/21201 Reviewed-by: David Neto <dneto@google.com> Reviewed-by: dan sinclair <dsinclair@google.com>
This commit is contained in:
committed by
dan sinclair
parent
a4e6858b94
commit
ace7a13662
@@ -429,7 +429,7 @@ int main(int argc, const char** argv) {
|
||||
}
|
||||
}
|
||||
if (options.format == Format::kSpirv) {
|
||||
auto w = static_cast<tint::writer::spirv::Generator*>(writer.get());
|
||||
auto* w = static_cast<tint::writer::spirv::Generator*>(writer.get());
|
||||
if (!WriteFile(options.output_file, "wb", w->result())) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user