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