Skip to content

Commit

Permalink
Added gl.ArrayElement
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Aug 9, 2003
1 parent d2b30c7 commit fc1c114
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/Include/dd_dgl.h
Expand Up @@ -78,6 +78,7 @@ typedef struct dgldriver_s
void (*Vertices2ftv)(int num, gl_ft2vertex_t *data);
void (*Vertices3ftv)(int num, gl_ft3vertex_t *data);
void (*Vertices3fctv)(int num, gl_fct3vertex_t *data);
void (*ArrayElement)(int index);
void (*DrawElements)(int type, int count, unsigned int *indices);

// Miscellaneous.
Expand Down

0 comments on commit fc1c114

Please sign in to comment.