[PATCH 2/3] d3dx9_36: Add missing GetSamplerIndex method to ID3DXConstantTable

Henri Verbeet hverbeet at gmail.com
Wed Mar 17 06:59:17 CDT 2010


On 17 March 2010 12:20, Christian Costa <titan.costa at wanadoo.fr> wrote:
> +#define ID3DXConstantTable_GetSamplerIndex(p,a)                       (p)->lpVtbl->GetConstantDesc(p,a)
> +#define ID3DXConstantTable_GetSamplerIndex(p,a)                       (p)->GetConstantDesc(p,a)

Looks wrong.



More information about the wine-devel mailing list