Skip to content

Commit

Permalink
Added the new DGL constants for the smooth lines and variable line wi…
Browse files Browse the repository at this point in the history
…dths.
  • Loading branch information
danij committed Dec 15, 2007
1 parent bbb281a commit c813d32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doomsday/engine/api/dglib.h
Expand Up @@ -156,7 +156,8 @@ enum {
DGL_BLENDING_OP = 0x500E,
DGL_WIREFRAME_MODE = 0x500F,
DGL_TEXTURE_COMPRESSION = 0x5010,
DGL_VSYNC = 0x5011,
DGL_LINE_SMOOTH = 0x5011,
DGL_VSYNC = 0x5012,

DGL_TEXTURE0 = 0x5F00,
DGL_TEXTURE1 = 0x5F01,
Expand Down Expand Up @@ -221,6 +222,7 @@ enum {
DGL_GRAY_MIPMAP,
DGL_CCW,
DGL_CW,
DGL_LINE_WIDTH,

// Various bits
DGL_COLOR_BUFFER_BIT = 0x00000001,
Expand Down

0 comments on commit c813d32

Please sign in to comment.