blob: b5fcabcd137c2c814b78e491cc4d13b8a777712a [file] [log] [blame]
RWTexture2D<uint4> arg_0 : register(u0, space1);
void textureStore_8dc54f() {
uint2 arg_1 = (1u).xx;
uint4 arg_2 = (1u).xxxx;
arg_0[arg_1] = arg_2;
}
void fragment_main() {
textureStore_8dc54f();
}
[numthreads(1, 1, 1)]
void compute_main() {
textureStore_8dc54f();
}