mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-14 00:56:05 +00:00
Bug: tint:1437 Change-Id: Ie00ccb3e93d207111e55117dfc989f79b76164bf Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/80844 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: David Neto <dneto@google.com> Commit-Queue: Ben Clayton <bclayton@google.com>
8 lines
91 B
Plaintext
8 lines
91 B
Plaintext
#include <metal_stdlib>
|
|
|
|
using namespace metal;
|
|
fragment void tint_symbol() {
|
|
return;
|
|
}
|
|
|