commit | 4dfabb0bd10584fce40282e6d4f59c5699449053 | [log] [tgz] |
---|---|---|
author | Oliver Stieber <oliver_stieber@yahoo.co.uk> | Thu Jun 16 20:42:55 2005 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Jun 16 20:42:55 2005 +0000 |
tree | 2ca3043d7d0de171f61c5769905c8ef001fd5f25 | |
parent | 4b600b8736b1a5a560198e90f19b994389e6bf85 [diff] [blame] |
Rename _D3DCAPS9.MaxPixelShaderValue to the correct _D3DCAPS9.PixelShader1xMaxValue.
diff --git a/include/d3d9caps.h b/include/d3d9caps.h index 0731de5..c1b6cf4 100644 --- a/include/d3d9caps.h +++ b/include/d3d9caps.h
@@ -364,7 +364,7 @@ DWORD MaxVertexShaderConst; DWORD PixelShaderVersion; - float MaxPixelShaderValue; + float PixelShader1xMaxValue; /* DX 9 */ DWORD DevCaps2;