예제 #1
0
파일: qgl.c 프로젝트: SinSiXX/Rogue-Reborn
static void APIENTRY logClearDepth(GLclampd depth)
{
	fprintf(log_fp, "glClearDepth( %f )\n", (float)depth);
	dllClearDepth(depth);
}
예제 #2
0
파일: qgl.c 프로젝트: jayschwa/q2pro
static void APIENTRY logClearDepth(GLclampd depth)
{
    SIG("glClearDepth");
    dllClearDepth(depth);
}