mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-06 13:15: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>
9 lines
131 B
Plaintext
9 lines
131 B
Plaintext
#include <metal_stdlib>
|
|
|
|
using namespace metal;
|
|
constant bool o [[function_constant(0)]];
|
|
kernel void tint_symbol() {
|
|
return;
|
|
}
|
|
|