blob: 570a93c729507f7bbb195d32e3b9ad067f0c9c31 [file] [log] [blame]
RWTexture2DArray<float4> arg_0 : register(u0, space1);
void textureStore_e72bdc() {
int2 arg_1 = (int(1)).xx;
uint arg_2 = 1u;
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_e72bdc();
}
[numthreads(1, 1, 1)]
void compute_main() {
textureStore_e72bdc();
}