blob: 8c12726b9abb438d4f23822cc8a8feada8e695f2 [file] [log] [blame]
RWTexture2DArray<int4> arg_0 : register(u0, space1);
void textureStore_2a60c9() {
arg_0[uint3((1u).xx, 1u)] = (1).xxxx;
}
void fragment_main() {
textureStore_2a60c9();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
textureStore_2a60c9();
return;
}