mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-05 12:46:11 +00:00
Change-Id: Iec6e78dbe00baaed8c90e709447a20f6c8ac9fb0 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/101304 Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Antonio Maiorano <amaiorano@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;
|
|
}
|
|
|