blob: 46d05ad31ca0381e2f90741fc3501a0b824ee258 [file] [log] [blame]
dan sinclaira5afb1f2024-09-20 04:34:34 +00001#version 460
2precision highp float;
3precision highp int;
dan sinclair6e93ca52024-08-28 23:58:04 +00004
dan sinclaira5afb1f2024-09-20 04:34:34 +00005layout(binding = 0, std430)
6buffer tint_symbol_1_1_ssbo {
7 ivec4 tint_symbol;
8} v;
9layout(binding = 0, rg32i) uniform highp iimage1D arg_0;
10ivec4 textureLoad_ef2ec3() {
11 ivec4 res = imageLoad(arg_0, int(1u));
12 return res;
13}
14void main() {
15 v.tint_symbol = textureLoad_ef2ec3();
16}
17#version 460
dan sinclair6e93ca52024-08-28 23:58:04 +000018
dan sinclaira5afb1f2024-09-20 04:34:34 +000019layout(binding = 0, std430)
20buffer tint_symbol_1_1_ssbo {
21 ivec4 tint_symbol;
22} v;
23layout(binding = 0, rg32i) uniform highp iimage1D arg_0;
24ivec4 textureLoad_ef2ec3() {
25 ivec4 res = imageLoad(arg_0, int(1u));
26 return res;
27}
28layout(local_size_x = 1, local_size_y = 1, local_size_z = 1) in;
29void main() {
30 v.tint_symbol = textureLoad_ef2ec3();
31}