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