[PATCH v2 2/6] wined3d: Introduce wined3d_stateblock_get_state().

Henri Verbeet hverbeet at gmail.com
Fri Nov 29 01:25:07 CST 2019


On Thu, 28 Nov 2019 at 09:24, Zebediah Figura <z.figura12 at gmail.com> wrote:
> +#define LIGHTMAP_SIZE 43
> +#define LIGHTMAP_HASHFUNC(x) ((x) % LIGHTMAP_SIZE)

Although wined3d is an internal Wine interface, it still seems
unfortunate to expose this particular implementation detail in the
public wined3d interface.



More information about the wine-devel mailing list