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