Re: [PATCH 1/5] d3d8: Limit VS/PS reported version.
24 Oct
2011
24 Oct
'11
5:52 p.m.
On 24 October 2011 18:58, Matteo Bruni <mbruni(a)codeweavers.com> wrote:
+ if (pCaps->VertexShaderVersion > D3DVS_VERSION(1,1)) + pCaps->VertexShaderVersion = D3DVS_VERSION(1,1); + if (pCaps->PixelShaderVersion > D3DPS_VERSION(1,4)) + pCaps->PixelShaderVersion = D3DPS_VERSION(1,4); + fixup_caps() should already do this.
5166
Age (days ago)
5166
Last active (days ago)
0 comments
1 participants
participants (1)
-
Henri Verbeet