Пример #1
0
static void APIENTRY logClearDepth(GLclampd depth)
{
	fprintf(log_fp, "glClearDepth( %f )\n", (float)depth);
	dllClearDepth(depth);
}
Пример #2
0
static void APIENTRY logClearDepth(GLclampd depth)
{
    SIG("glClearDepth");
    dllClearDepth(depth);
}