dan sinclair | d13c9f9 | 2024-09-20 05:00:42 +0000 | [diff] [blame] | 1 | #version 310 es |
| 2 | precision highp float; |
| 3 | precision highp int; |
dan sinclair | 6e93ca5 | 2024-08-28 23:58:04 +0000 | [diff] [blame] | 4 | |
dan sinclair | d13c9f9 | 2024-09-20 05:00:42 +0000 | [diff] [blame] | 5 | layout(binding = 0, rgba8_snorm) uniform highp writeonly image2DArray arg_0; |
| 6 | void textureStore_4fc057() { |
| 7 | imageStore(arg_0, ivec3(ivec2(1), int(1)), vec4(1.0f)); |
| 8 | } |
| 9 | void main() { |
| 10 | textureStore_4fc057(); |
| 11 | } |
| 12 | #version 310 es |
dan sinclair | 6e93ca5 | 2024-08-28 23:58:04 +0000 | [diff] [blame] | 13 | |
dan sinclair | d13c9f9 | 2024-09-20 05:00:42 +0000 | [diff] [blame] | 14 | layout(binding = 0, rgba8_snorm) uniform highp writeonly image2DArray arg_0; |
| 15 | void textureStore_4fc057() { |
| 16 | imageStore(arg_0, ivec3(ivec2(1), int(1)), vec4(1.0f)); |
| 17 | } |
| 18 | layout(local_size_x = 1, local_size_y = 1, local_size_z = 1) in; |
| 19 | void main() { |
| 20 | textureStore_4fc057(); |
| 21 | } |