blob: 0205218c94666c65c12b3d1b61bc9dd768cc12aa [file] [log] [blame]
RWTexture1D<float4> arg_0 : register(u0, space1);
void textureStore_90960e() {
arg_0[1] = (1.0f).xxxx;
}
void fragment_main() {
textureStore_90960e();
}
[numthreads(1, 1, 1)]
void compute_main() {
textureStore_90960e();
}