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