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