blob: a59d50e2c993428417b3757a230283e7dfc161d1 [file] [log] [blame]
RWTexture2DArray<uint4> arg_0 : register(u0, space1);
void textureStore_fc916e() {
uint2 arg_1 = (1u).xx;
int arg_2 = 1;
uint4 arg_3 = (1u).xxxx;
arg_0[uint3(arg_1, uint(arg_2))] = arg_3;
}
void fragment_main() {
textureStore_fc916e();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
textureStore_fc916e();
return;
}