d3dx9: Implementation of D3DXGetVertexShaderProfile 2/2 try 4

Ivan Gyurdiev ivg231 at gmail.com
Mon Aug 4 22:53:40 CDT 2008


Luis Busquets wrote:

> +        if ((caps.VS20Caps.NumTemps>=13)                          &&
> +            (caps.VS20Caps.DynamicFlowControlDepth=24)            &&
> +            (caps.VS20Caps.Caps&D3DPS20CAPS_PREDICATION))
> +        {
> +            return "vs_2_a";
> +        }

Please re-check - the second condition is an assignment and always true.

- Ivan






More information about the wine-devel mailing list