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