blob: 0841c2d7f107c8fccfcf4633c7c616fc6bc477e4 [file] [log] [blame]
RWTexture1D<uint4> arg_0 : register(u0, space1);
void textureStore_2eb2a4() {
arg_0[1] = (1u).xxxx;
}
void fragment_main() {
textureStore_2eb2a4();
}
[numthreads(1, 1, 1)]
void compute_main() {
textureStore_2eb2a4();
}