Blender  V3.3
Macros
GHOST_Debug.h File Reference
#include <iostream>
#include <stdio.h>

Go to the source code of this file.

Macros

#define GHOST_PRINT(x)
 
#define GHOST_PRINTF(x, ...)
 
#define GHOST_ASSERT(x, info)
 

Detailed Description

Macro's used in GHOST debug target.

Definition in file GHOST_Debug.h.

Macro Definition Documentation

◆ GHOST_ASSERT

#define GHOST_ASSERT (   x,
  info 
)
Value:
{ \
if (!(x)) { \
GHOST_PRINT("GHOST_ASSERT failed: "); \
GHOST_PRINT(info); \
GHOST_PRINT("\n"); \
} \
} \
(void)0
SyclQueue void void size_t num_bytes void

Definition at line 54 of file GHOST_Debug.h.

◆ GHOST_PRINT

#define GHOST_PRINT (   x)

Definition at line 35 of file GHOST_Debug.h.

◆ GHOST_PRINTF

#define GHOST_PRINTF (   x,
  ... 
)

Definition at line 36 of file GHOST_Debug.h.