Commit e35f8266 authored by Matteo Bruni's avatar Matteo Bruni Committed by Alexandre Julliard

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

parent 4388fb41
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment