Re: [try 2][2/2]wined3d: Support first clipplane with ARB shaders
Aug. 24, 2008
10:37 a.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?
6428
Age (days ago)
6428
Last active (days ago)
0 comments
1 participants
participants (1)
-
Henri Verbeet