|
ReactOS 0.4.17-dev-934-g091855f
|
#include <ddraw.h>

Go to the source code of this file.
Classes | |
| struct | _D3DTRANSFORMCAPS |
| struct | _D3DLIGHTINGCAPS |
| struct | _D3dPrimCaps |
| struct | _D3DDeviceDesc |
| struct | _D3DDeviceDesc7 |
| struct | _D3DFINDDEVICESEARCH |
| struct | _D3DFINDDEVICERESULT |
| struct | _D3DExecuteBufferDesc |
| struct | _D3DDEVINFO_TEXTUREMANAGER |
| struct | _D3DDEVINFO_TEXTURING |
| #define D3DDEBCAPS_MEM (D3DDEBCAPS_SYSTEMMEMORY|D3DDEBCAPS_VIDEOMEMORY) /* = 0x3 */ |
| #define D3DDEVICEDESC7SIZE (sizeof(D3DDEVICEDESC7)) |
| #define D3DDEVICEDESCSIZE (sizeof(D3DDEVICEDESC)) |
| #define D3DPRASTERCAPS_TRANSLUCENTSORTINDEPENDENT 0x00080000 |
| #define D3DPTEXTURECAPS_NONPOW2CONDITIONAL __MSABI_LONG(0x00000100) |
| #define D3DPTEXTURECAPS_TEXREPEATNOTSCALEDBYSIZE 0x00000040 |
| #define D3DTRANSFORMCAPS_CLIP __MSABI_LONG(0x00000001) |
| typedef struct _D3DDeviceDesc D3DDEVICEDESC |
| typedef struct _D3DDeviceDesc7 D3DDEVICEDESC7 |
| typedef struct _D3DLIGHTINGCAPS D3DLIGHTINGCAPS |
| typedef struct _D3dPrimCaps D3DPRIMCAPS |
| typedef struct _D3DTRANSFORMCAPS D3DTRANSFORMCAPS |
| typedef struct _D3DDeviceDesc* LPD3DDEVICEDESC |
| typedef struct _D3DDeviceDesc7 * LPD3DDEVICEDESC7 |
| typedef HRESULT(CALLBACK * LPD3DENUMDEVICESCALLBACK) (GUID *guid, char *description, char *name, D3DDEVICEDESC *hal_desc, D3DDEVICEDESC *hel_desc, void *ctx) |
| typedef HRESULT(CALLBACK * LPD3DENUMDEVICESCALLBACK7) (char *description, char *name, D3DDEVICEDESC7 *desc, void *ctx) |
| typedef struct _D3DLIGHTINGCAPS * LPD3DLIGHTINGCAPS |
| typedef struct _D3dPrimCaps * LPD3DPRIMCAPS |
| typedef struct _D3DTRANSFORMCAPS * LPD3DTRANSFORMCAPS |