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