blob: 3be32f2b0e4f61bd88ff7f1c5783bd50f33f66f6 [file] [log] [blame]
RWTexture2DArray<float4> arg_0 : register(u0, space1);
void textureStore_704e1f() {
int2 arg_1 = (int(1)).xx;
int arg_2 = int(1);
float4 arg_3 = (1.0f).xxxx;
RWTexture2DArray<float4> v = arg_0;
int2 v_1 = arg_1;
float4 v_2 = arg_3;
v[int3(v_1, int(arg_2))] = v_2;
}
void fragment_main() {
textureStore_704e1f();
}
[numthreads(1, 1, 1)]
void compute_main() {
textureStore_704e1f();
}