mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-08 14:15:58 +00:00
Bug: tint:1581 Change-Id: I3921041613cb1c9fa3365d4cb1fc8c81bab92003 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/113101 Commit-Queue: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com>
10 lines
108 B
Plaintext
10 lines
108 B
Plaintext
#include <metal_stdlib>
|
|
|
|
using namespace metal;
|
|
kernel void tint_symbol() {
|
|
if (false) {
|
|
}
|
|
return;
|
|
}
|
|
|