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