ReactOS 0.4.16-dev-13-ge2fc578
|
#include "ddraw.h"
Go to the source code of this file.
Classes | |
struct | _D3DTRANSFORMCAPS |
struct | _D3DLIGHTINGCAPS |
struct | _D3DPrimCaps |
struct | _D3DDeviceDesc1 |
struct | _D3DDeviceDesc2 |
struct | _D3DDeviceDesc |
struct | _D3DDeviceDesc7 |
struct | _D3DFINDDEVICESEARCH |
struct | _D3DFINDDEVICERESULT1 |
struct | _D3DFINDDEVICERESULT2 |
struct | _D3DFINDDEVICERESULT |
struct | _D3DExecuteBufferDesc |
struct | _D3DDEVINFO_TEXTUREMANAGER |
struct | _D3DDEVINFO_TEXTURING |
#define D3DDEBCAPS_MEM (D3DDEBCAPS_SYSTEMMEMORY|D3DDEBCAPS_VIDEOMEMORY) |
#define D3DDEVICEDESC7SIZE (sizeof(D3DDEVICEDESC7)) |
#define D3DDEVICEDESCSIZE (sizeof(D3DDEVICEDESC)) |
#define D3DPRASTERCAPS_ANTIALIASSORTINDEPENDENT 0x00000800 |
#define D3DPRASTERCAPS_TRANSLUCENTSORTINDEPENDENT 0x00080000 |
#define D3DPTEXTURECAPS_TEXREPEATNOTSCALEDBYSIZE 0x00000040 |
typedef struct _D3DDeviceDesc D3DDEVICEDESC |
typedef struct _D3DDeviceDesc1 D3DDEVICEDESC1 |
typedef struct _D3DDeviceDesc2 D3DDEVICEDESC2 |
typedef struct _D3DDeviceDesc7 D3DDEVICEDESC7 |
typedef struct _D3DLIGHTINGCAPS D3DLIGHTINGCAPS |
typedef struct _D3DPrimCaps D3DPRIMCAPS |
typedef struct _D3DTRANSFORMCAPS D3DTRANSFORMCAPS |
typedef struct _D3DDeviceDesc * LPD3DDEVICEDESC |
typedef struct _D3DDeviceDesc1 * LPD3DDEVICEDESC1 |
typedef struct _D3DDeviceDesc2 * LPD3DDEVICEDESC2 |
typedef struct _D3DDeviceDesc7 * LPD3DDEVICEDESC7 |
typedef HRESULT(CALLBACK * LPD3DENUMDEVICESCALLBACK) (GUID *lpGuid, LPSTR lpDeviceDescription, LPSTR lpDeviceName, LPD3DDEVICEDESC, LPD3DDEVICEDESC, LPVOID) |
typedef struct _D3DFINDDEVICERESULT * LPD3DFINDDEVICERESULT |
typedef struct _D3DFINDDEVICESEARCH * LPD3DFINDDEVICESEARCH |
typedef struct _D3DLIGHTINGCAPS * LPD3DLIGHTINGCAPS |
typedef struct _D3DPrimCaps * LPD3DPRIMCAPS |
typedef struct _D3DTRANSFORMCAPS * LPD3DTRANSFORMCAPS |