blob: 62e42194c160b198dc58635e8d68968ffc439fbd [file] [log] [blame]
RWTexture2DArray<float4> arg_0 : register(u0, space1);
void textureStore_9d9cd5() {
arg_0[int3((1).xx, 1)] = (1.0f).xxxx;
}
void fragment_main() {
textureStore_9d9cd5();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
textureStore_9d9cd5();
return;
}