[PATCH v2] vkd3d: Implement ID3D12Resource::WriteToSubresource().

Henri Verbeet hverbeet at gmail.com
Tue Oct 1 11:39:45 CDT 2019


On Thu, 26 Sep 2019 at 18:36, Rémi Bernon <rbernon at codeweavers.com> wrote:
> +    for (z = box.front; z < box.back; ++z)
> +    {
> +        src = src_data + (z - box.front) * src_slice_pitch;
Like ReadFromSubresource(), this does arithmetic on a void pointer.



More information about the wine-devel mailing list