mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-15 09:35:57 +00:00
Bug: tint:1581 Change-Id: I3b9f0ff3a58956616daf17b3d4a922979fc30216 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/113680 Commit-Queue: Antonio Maiorano <amaiorano@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com>
9 lines
113 B
Plaintext
9 lines
113 B
Plaintext
#include <metal_stdlib>
|
|
|
|
using namespace metal;
|
|
kernel void tint_symbol() {
|
|
float const a = 1.0f;
|
|
return;
|
|
}
|
|
|