blob: dbeb847ca22e2e1a5cf40c3ce452361ebe6b0188 [file] [log] [blame]
RWTexture2DArray<uint4> arg_0 : register(u0, space1);
void textureStore_dd8b29() {
arg_0[int3((int(1)).xx, int(int(1)))] = (1u).xxxx;
}
void fragment_main() {
textureStore_dd8b29();
}
[numthreads(1, 1, 1)]
void compute_main() {
textureStore_dd8b29();
}