raSystem  1.0 bata
d3dx11dbg.h File Reference
#include <strsafe.h>
#include <new>

Go to the source code of this file.

Macros

#define NEW   new (std::nothrow)
 
#define NEW_PROTO_ARGS   size_t s, const std::nothrow_t& t
 
#define DPF()   0
 
#define D3DXASSERT(condition)   0
 

Typedefs

typedef signed char INT8
 
typedef signed short INT16
 
typedef unsigned char UINT8
 
typedef unsigned short UINT16
 

Macro Definition Documentation

◆ D3DXASSERT

#define D3DXASSERT (   condition)    0

Definition at line 60 of file d3dx11dbg.h.

◆ DPF

#define DPF ( )    0

Definition at line 47 of file d3dx11dbg.h.

◆ NEW

#define NEW   new (std::nothrow)

Definition at line 27 of file d3dx11dbg.h.

◆ NEW_PROTO_ARGS

#define NEW_PROTO_ARGS   size_t s, const std::nothrow_t& t

Definition at line 28 of file d3dx11dbg.h.

Typedef Documentation

◆ INT16

typedef signed short INT16

Definition at line 33 of file d3dx11dbg.h.

◆ INT8

typedef signed char INT8

Definition at line 32 of file d3dx11dbg.h.

◆ UINT16

typedef unsigned short UINT16

Definition at line 35 of file d3dx11dbg.h.

◆ UINT8

typedef unsigned char UINT8

Definition at line 34 of file d3dx11dbg.h.