Add flag for debug D3D
This commit is contained in:
parent
1f0d57f5f2
commit
8d7ea32e0d
|
@ -17,6 +17,10 @@
|
||||||
#ifndef D3DVIDEO_DEFINES_H
|
#ifndef D3DVIDEO_DEFINES_H
|
||||||
#define D3DVIDEO_DEFINES_H
|
#define D3DVIDEO_DEFINES_H
|
||||||
|
|
||||||
|
#if defined(DEBUG) || defined(_DEBUG)
|
||||||
|
#define D3D_DEBUG_INFO
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(HAVE_D3D9)
|
#if defined(HAVE_D3D9)
|
||||||
/* Direct3D 9 */
|
/* Direct3D 9 */
|
||||||
#include <d3d9.h>
|
#include <d3d9.h>
|
||||||
|
|
Loading…
Reference in New Issue