Files
commandergenius/project/jni/gl4es/src/gl/line.h
2016-11-06 15:18:18 +02:00

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();