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