PS2GL
OpenGL*-like API for the PS2
Loading...
Searching...
No Matches
debug.h
1
/* Copyright (C) 2000,2001,2002 Sony Computer Entertainment America
2
3
This file is subject to the terms and conditions of the GNU Lesser
4
General Public License Version 2.1. See the file "COPYING" in the
5
main directory of this archive for more details. */
6
7
#ifndef ps2gl_debug_h
8
#define ps2gl_debug_h
9
10
#ifdef DEBUG_MODULE_NAME
11
#undef DEBUG_MODULE_NAME
12
#endif
13
#define DEBUG_MODULE_NAME PS2GL
14
15
#include "ps2s/debug_macros.h"
16
17
#define mNotImplemented(_msg, _args...) mWarn("(in %s) not implemented" _msg, __FUNCTION__, ##_args)
18
19
//#define GL_FUNC_DEBUG printf
20
#define GL_FUNC_DEBUG(msg, ...)
21
22
#endif
// ps2gl_debug_h
include
ps2gl
debug.h
Generated on Tue Sep 10 2024 03:55:50 for PS2GL by
1.9.8