[PATCH 2/5] d3d9: Limit VS/PS reported version.

Henri Verbeet hverbeet at gmail.com
Mon Oct 24 12:52:47 CDT 2011


On 24 October 2011 18:58, Matteo Bruni <mbruni at codeweavers.com> wrote:
> +    if (pCaps->VertexShaderVersion > D3DVS_VERSION(3,0))
> +        pCaps->VertexShaderVersion = D3DVS_VERSION(3,0);
> +    if (pCaps->PixelShaderVersion > D3DPS_VERSION(3,0))
> +        pCaps->PixelShaderVersion = D3DPS_VERSION(3,0);
> +
This should probably go into filter_caps().



More information about the wine-devel mailing list