mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-03 03:35:59 +00:00
These expressions were not emitted as spec-ops, failing new CTS tests. Change-Id: I56e8f56a22de2b8dac9a8bd7a2d694d8d81dca35 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/67480 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@chromium.org> Reviewed-by: James Price <jrprice@google.com>
10 lines
164 B
HLSL
10 lines
164 B
HLSL
#ifndef WGSL_SPEC_CONSTANT_0
|
|
#define WGSL_SPEC_CONSTANT_0 false
|
|
#endif
|
|
static const bool o = WGSL_SPEC_CONSTANT_0;
|
|
|
|
[numthreads(1, 1, 1)]
|
|
void main() {
|
|
return;
|
|
}
|