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