6 lines
162 B
C
Executable File
6 lines
162 B
C
Executable File
#include "gl.h"
|
|
|
|
void glshim_glLineStipple(GLuint factor, GLushort pattern);
|
|
GLfloat *gen_stipple_tex_coords(GLfloat *vert, int length);
|
|
void bind_stipple_tex();
|