blob: 8704e05f242c01626f28f4699f0e46b329a2176e [file] [log] [blame]
RWTexture2D<float4> arg_0 : register(u0, space1);
void textureStore_726472() {
arg_0[(1u).xx] = (1.0f).xxxx;
}
void fragment_main() {
textureStore_726472();
}
[numthreads(1, 1, 1)]
void compute_main() {
textureStore_726472();
}