blob: 55b207990c1f1b16e4e6a6f6504a18ecc136267f [file] [log] [blame]
dan sinclair69313792024-06-13 20:35:21 +00001
dan sinclair8f1d2762024-07-31 02:35:40 +00002RWTexture2D<float4> arg_0 : register(u0, space1);
3void textureStore_0af6b5() {
Antonio Maioranod032c622024-09-19 18:20:54 +00004 arg_0[(int(1)).xx] = (1.0f).xxxx;
dan sinclair8f1d2762024-07-31 02:35:40 +00005}
6
7void fragment_main() {
8 textureStore_0af6b5();
9}
10
11[numthreads(1, 1, 1)]
12void compute_main() {
13 textureStore_0af6b5();
14}
15