include: Fix comments about the availability of D3D light types.

This commit is contained in:
Matteo Bruni 2015-04-30 23:22:17 +02:00 committed by Alexandre Julliard
parent 4388fb41e7
commit e35f82665c
1 changed files with 2 additions and 2 deletions

View File

@ -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