blob: dec2b19207565c450bc241d0e77e4eff671332ca [file] [log] [blame]
dan sinclair1e0c2012024-09-04 01:56:01 +00001#version 310 es
dan sinclair1e0c2012024-09-04 01:56:01 +00002precision highp float;
3precision highp int;
4
dan sinclairf15c1c32024-09-05 21:41:20 +00005layout(location = 0) out vec4 tint_symbol_loc0_Output;
6vec4 tint_symbol_inner() {
dan sinclair1e0c2012024-09-04 01:56:01 +00007 return vec4(0.0f);
8}
dan sinclairf15c1c32024-09-05 21:41:20 +00009void main() {
10 tint_symbol_loc0_Output = tint_symbol_inner();
11}