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