Re: [PATCH 2/5] d3d9: Limit VS/PS reported version.
Oct. 24, 2011
12:52 p.m.
On 24 October 2011 18:58, Matteo Bruni <mbruni(a)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().
5266
Age (days ago)
5266
Last active (days ago)
0 comments
1 participants
participants (1)
-
Henri Verbeet