Module: wine Branch: master Commit: e35f82665cfdb40231c2e0a8a41c81642273160d URL: http://source.winehq.org/git/wine.git/?a=commit;h=e35f82665cfdb40231c2e0a8a4...
Author: Matteo Bruni mbruni@codeweavers.com Date: Thu Apr 30 23:22:17 2015 +0200
include: Fix comments about the availability of D3D light types.
---
include/wine/wined3d.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/wine/wined3d.h b/include/wine/wined3d.h index a5f53c4..bb7007c 100644 --- a/include/wine/wined3d.h +++ b/include/wine/wined3d.h @@ -76,8 +76,8 @@ enum wined3d_light_type WINED3D_LIGHT_POINT = 1, WINED3D_LIGHT_SPOT = 2, WINED3D_LIGHT_DIRECTIONAL = 3, - WINED3D_LIGHT_PARALLELPOINT = 4, /* D3D7 */ - WINED3D_LIGHT_GLSPOT = 5, /* D3D7 */ + WINED3D_LIGHT_PARALLELPOINT = 4, /* < D3D7 */ + WINED3D_LIGHT_GLSPOT = 5, /* < D3D5, not actually usable */ };
enum wined3d_primitive_type