inochi2d.core.dbg

Undocumented in source.

Members

Functions

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)

Size of debug points

inDbgPointsSize
void inDbgPointsSize(float size)

Size of debug points

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.

Variables

cVBO
GLuint cVBO;
Undocumented in source.
colorId
GLint colorId;
Undocumented in source.
dbgIBO
GLuint dbgIBO;
Undocumented in source.
dbgShader
Shader dbgShader;
Undocumented in source.
dbgVAO
GLuint dbgVAO;
Undocumented in source.
dbgVBO
GLuint dbgVBO;
Undocumented in source.
inDbgDrawMeshOrientation
bool inDbgDrawMeshOrientation;
Undocumented in source.
inDbgDrawMeshOutlines
bool inDbgDrawMeshOutlines;
Undocumented in source.
inDbgDrawMeshVertexPoints
bool inDbgDrawMeshVertexPoints;
Undocumented in source.
indiceCount
int indiceCount;
Undocumented in source.
mvpId
GLint mvpId;
Undocumented in source.

Meta