dan sinclair | 794186c | 2023-11-22 09:45:52 +0000 | [diff] [blame] | 1 | #include <metal_stdlib> |
| 2 | using namespace metal; |
James Price | 48be7e8 | 2024-06-19 22:38:07 +0000 | [diff] [blame] | 3 | |
James Price | 02cf911 | 2024-05-29 14:43:19 +0000 | [diff] [blame] | 4 | struct tint_symbol_outputs { |
| 5 | float4 tint_symbol_1 [[color(0)]]; |
| 6 | }; |
dan sinclair | 794186c | 2023-11-22 09:45:52 +0000 | [diff] [blame] | 7 | |
James Price | 02cf911 | 2024-05-29 14:43:19 +0000 | [diff] [blame] | 8 | float4 tint_symbol_inner() { |
dan sinclair | 794186c | 2023-11-22 09:45:52 +0000 | [diff] [blame] | 9 | return float4(0.10000000149011611938f, 0.20000000298023223877f, 0.30000001192092895508f, 0.40000000596046447754f); |
| 10 | } |
James Price | 48be7e8 | 2024-06-19 22:38:07 +0000 | [diff] [blame] | 11 | |
James Price | 02cf911 | 2024-05-29 14:43:19 +0000 | [diff] [blame] | 12 | fragment tint_symbol_outputs tint_symbol() { |
| 13 | return tint_symbol_outputs{.tint_symbol_1=tint_symbol_inner()}; |
| 14 | } |