Go to the source code of this file.
◆ DEG_DEBUG_PRINTF
Value: do { \
fprintf(stdout, __VA_ARGS__); \
} \
} while (0)
int DEG_debug_flags_get(const struct Depsgraph *depsgraph)
_GL_VOID GLfloat value _GL_VOID_RET _GL_VOID const GLuint GLboolean *residences _GL_BOOL_RET _GL_VOID GLsizei GLfloat GLfloat GLfloat GLfloat const GLubyte *bitmap _GL_VOID_RET _GL_VOID GLenum type
const Depsgraph * depsgraph
Definition at line 51 of file deg_debug.h.
◆ DEG_ERROR_PRINTF
#define DEG_ERROR_PRINTF |
( |
|
... | ) |
|
Value: do { \
fprintf(stderr, __VA_ARGS__); \
fflush(stderr); \
} while (0)
Definition at line 66 of file deg_debug.h.
◆ DEG_GLOBAL_DEBUG_PRINTF
Value: do { \
if (
G.debug & G_DEBUG_DEPSGRAPH_##
type) { \
fprintf(stdout, __VA_ARGS__); \
} \
} while (0)
Definition at line 59 of file deg_debug.h.