blob: 782c2af179b8669afd0074b0b866b43ea5d45a95 [file] [log] [blame]
RWTexture3D<float4> arg_0 : register(u0, space1);
void textureStore_331aee() {
arg_0[(int(1)).xxx] = (1.0f).xxxx;
}
void fragment_main() {
textureStore_331aee();
}
[numthreads(1, 1, 1)]
void compute_main() {
textureStore_331aee();
}