blob: a7b80169d49e7819b83ccea31d605363a9cd572f [file] [log] [blame]
RWTexture2DArray<float4> arg_0 : register(u0, space1);
void textureStore_c06463() {
RWTexture2DArray<float4> v = arg_0;
v[int3((1).xx, int(1))] = (1.0f).xxxx;
}
void fragment_main() {
textureStore_c06463();
}
[numthreads(1, 1, 1)]
void compute_main() {
textureStore_c06463();
}