blob: 5af8bff7ec1c63f926d4c1926f34df9e92416cc3 [file] [log] [blame]
RWTexture2DArray<int4> arg_0 : register(u0, space1);
void textureStore_0148bd() {
arg_0[uint3((1u).xx, uint(int(1)))] = (int(1)).xxxx;
}
void fragment_main() {
textureStore_0148bd();
}
[numthreads(1, 1, 1)]
void compute_main() {
textureStore_0148bd();
}