Re: [try 2][2/2]wined3d: Support first clipplane with ARB shaders
Aug. 24, 2008
3:37 p.m.
2008/8/24 Fabian Bieler <der.fabe(a)gmx.net>:
+ if (use_vs(stateblock->wineD3DDevice) && (enable ^ supported_by_shader_backend) & enable) { Did you mean to write if (use_vs(stateblock->wineD3DDevice) && (enable & ~supported_by_shader_backend)) { there?
6499
Age (days ago)
6499
Last active (days ago)
0 comments
1 participants
participants (1)
-
Henri Verbeet