- inDbgDrawLines
void inDbgDrawLines(vec4 color, mat4 transform)
Draws current stored vertices as lines with specified color
- inDbgDrawPoints
void inDbgDrawPoints(vec4 color, mat4 transform)
Draws current stored vertices as points with specified color
- inDbgLineWidth
void inDbgLineWidth(float size)
- inDbgPointsSize
void inDbgPointsSize(float size)
- inDbgSetBuffer
void inDbgSetBuffer(vec3[] points)
Draws points with specified color
- inDbgSetBuffer
void inDbgSetBuffer(GLuint vbo, GLuint ibo, int count)
Sets buffer to buffer owned by an other OpenGL object
- inDbgSetBuffer
void inDbgSetBuffer(vec3[] points, ushort[] indices)
Draws points with specified color
- inInitDebug
void inInitDebug()
Undocumented in source. Be warned that the author may not have intended to support it.