mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-05-16 12:21:35 +00:00
This got left out of the large reshuffle of dbc13af2 Bug: tint:1418 Change-Id: I0e55e19cdb8e3931ab87a99bce0e16b0cf5d5bff Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/81320 Auto-Submit: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Reviewed-by: Ryan Harrison <rharrison@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com>
14 lines
253 B
Plaintext
14 lines
253 B
Plaintext
#include <metal_stdlib>
|
|
|
|
using namespace metal;
|
|
float tint_symbol_2(int tint_symbol_3) {
|
|
return float(tint_symbol_3);
|
|
}
|
|
|
|
fragment void tint_symbol_4() {
|
|
int tint_symbol_5 = 0;
|
|
float const tint_symbol_6 = tint_symbol_2(tint_symbol_5);
|
|
return;
|
|
}
|
|
|