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