mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-27 21:48:31 +00:00
Removed debug functions
This commit is contained in:
12
src/rlgl.c
12
src/rlgl.c
@@ -2377,18 +2377,6 @@ void SetBlendMode(int mode)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(GRAPHICS_API_OPENGL_33) || defined(GRAPHICS_API_OPENGL_ES2)
|
|
||||||
void PrintProjectionMatrix(void)
|
|
||||||
{
|
|
||||||
PrintMatrix(projection);
|
|
||||||
}
|
|
||||||
|
|
||||||
void PrintModelviewMatrix(void)
|
|
||||||
{
|
|
||||||
PrintMatrix(modelview);
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
//----------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------
|
||||||
// Module specific Functions Definition
|
// Module specific Functions Definition
|
||||||
//----------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user