blob: 2d02ccdd9b94ca5a86e2412bc9c535f8a7af0489 [file] [log] [blame]
RWTexture1D<int4> arg_0 : register(u0, space1);
void textureStore_1fef04() {
arg_0[1u] = (1).xxxx;
}
void fragment_main() {
textureStore_1fef04();
}
[numthreads(1, 1, 1)]
void compute_main() {
textureStore_1fef04();
}