blob: e1ce0da5d89cedb67ecdc10dc24a90d13b7c32a4 [file] [log] [blame]
dan sinclair794186c2023-11-22 09:45:52 +00001#include <metal_stdlib>
2using namespace metal;
James Price48be7e82024-06-19 22:38:07 +00003
James Price02cf9112024-05-29 14:43:19 +00004struct tint_symbol_outputs {
5 float4 tint_symbol_1 [[color(0)]];
6};
dan sinclair794186c2023-11-22 09:45:52 +00007
James Price02cf9112024-05-29 14:43:19 +00008float4 tint_symbol_inner() {
dan sinclair794186c2023-11-22 09:45:52 +00009 return float4(0.10000000149011611938f, 0.20000000298023223877f, 0.30000001192092895508f, 0.40000000596046447754f);
10}
James Price48be7e82024-06-19 22:38:07 +000011
James Price02cf9112024-05-29 14:43:19 +000012fragment tint_symbol_outputs tint_symbol() {
13 return tint_symbol_outputs{.tint_symbol_1=tint_symbol_inner()};
14}