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