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