Skip to content

Commit

Permalink
Add more stub implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
mardy authored and WinterMute committed Aug 30, 2024
1 parent 391cce7 commit cf9161d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gc_gl.c
Original file line number Diff line number Diff line change
Expand Up @@ -2426,6 +2426,8 @@ void glHint(GLenum target, GLenum mode) {}

// TODO STUB IMPLEMENTATION

void glLineStipple(GLint factor, GLushort pattern) {}
void glPolygonStipple(const GLubyte *mask) {}
void glTexEnvfv(GLenum target, GLenum pname, const GLfloat *params) {}
void glLightModelf(GLenum pname, GLfloat param) {}
void glLightModeli(GLenum pname, GLint param) {}
Expand Down

0 comments on commit cf9161d

Please sign in to comment.