[PATCH v3 2/2] wined3d: Do not allow resource to be bound as SRV and RTV at the same time.

Henri Verbeet hverbeet at gmail.com
Wed Oct 23 09:42:42 CDT 2019


On Tue, 22 Oct 2019 at 20:44, Paul Gofman <gofmanp at gmail.com> wrote:
>      LONG ref;
>      LONG bind_count;
> +    LONG bind_count_device_state;
I don't think "bind_count_device_state" is a great name, but I don't
have any great alternatives. There should be no reason to use
interlocked functions to update this though.



More information about the wine-devel mailing list