blob: c821b0df9ca87c59ea4abdc19556f2810a4574f2 [file] [log] [blame]
RWTexture2D<int4> arg_0 : register(u0, space1);
void textureStore_bcc97a() {
int2 arg_1 = (1).xx;
int4 arg_2 = (1).xxxx;
arg_0[arg_1] = arg_2;
}
void fragment_main() {
textureStore_bcc97a();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
textureStore_bcc97a();
return;
}