Beispiel #1
0
static void APIENTRY logViewport(GLint x, GLint y, GLsizei width, GLsizei height)
{
	fprintf(log_fp, "glViewport( %d, %d, %d, %d )\n", x, y, width, height);
	dllViewport(x, y, width, height);
}
Beispiel #2
0
static void APIENTRY logViewport(GLint x, GLint y, GLsizei width, GLsizei height)
{
    SIG("glViewport");
    dllViewport(x, y, width, height);
}