DirectX SDK

CONST_D3DDEVICEDESCFLAGS

The CONST_D3DDEVICEDESCFLAGS enumeration defines flags that are used in the lFlags member of the D3DDEVICEDESC7 type.

Enum CONST_D3DDEVICEDESCFLAGS
    D3DDD_BCLIPPING = 16
    D3DDD_DEVCAPS = 2
    D3DDD_DEVICERENDERBITDEPTH = 128
    D3DDD_DEVICEZBUFFERBITDEPTH = 256
    D3DDD_LIGHTINGCAPS = 8
    D3DDD_LINECAPS = 32
    D3DDD_MAXBUFFERSIZE = 512
    D3DDD_MAXVERTEXCOUNT = 1024
    D3DDD_TRANSFORMCAPS = 4
    D3DDD_TRICAPS = 64
End Enum
D3DDD_BCLIPPING
The lClipping member of the D3DDEVICEDESC7 type is valid.
D3DDD_DEVCAPS
The lDevCaps member of the D3DDEVICEDESC7 type is valid.
D3DDD_DEVICERENDERBITDEPTH
The lDeviceRenderBitDepth member of the D3DDEVICEDESC7 type is valid.
D3DDD_DEVICEZBUFFERBITDEPTH
The lDeviceZBufferBitDepth member of the D3DDEVICEDESC7 type is valid.
D3DDD_LIGHTINGCAPS
The dlcLightingCaps member of the D3DDEVICEDESC7 type is valid.
D3DDD_LINECAPS
The dpcLineCaps member of the D3DDEVICEDESC7 type is valid.
D3DDD_MAXBUFFERSIZE
The lMaxBufferSize member of the D3DDEVICEDESC7 type is valid.
D3DDD_MAXVERTEXCOUNT
The lMaxVertexCount member of the D3DDEVICEDESC7 type is valid.
D3DDD_TRANSFORMCAPS
The lTransformCaps member of the D3DDEVICEDESC7 type is valid.
D3DDD_TRICAPS
The dpcTriCaps member of the D3DDEVICEDESC7 type is valid.