DirectX 5 Redocumentation
A redocumentation of DirectX 5, brought to you by a bunch of Infomaniacs.
_D3DDeviceDesc Struct Reference

#include <d3dcaps.h>

Data Fields

DWORD dwSize
 
DWORD dwFlags
 
D3DCOLORMODEL dcmColorModel
 
DWORD dwDevCaps
 
D3DTRANSFORMCAPS dtcTransformCaps
 
BOOL bClipping
 
D3DLIGHTINGCAPS dlcLightingCaps
 
D3DPRIMCAPS dpcLineCaps
 
D3DPRIMCAPS dpcTriCaps
 
DWORD dwDeviceRenderBitDepth
 
DWORD dwDeviceZBufferBitDepth
 
DWORD dwMaxBufferSize
 
DWORD dwMaxVertexCount
 
DWORD dwMinTextureWidth
 
DWORD dwMinTextureHeight
 
DWORD dwMaxTextureWidth
 
DWORD dwMaxTextureHeight
 
DWORD dwMinStippleWidth
 
DWORD dwMaxStippleWidth
 
DWORD dwMinStippleHeight
 
DWORD dwMaxStippleHeight
 

Detailed Description

Description for a device. This is used to describe a device that is to be created or to query the current device.

Field Documentation

◆ bClipping

BOOL _D3DDeviceDesc::bClipping

Device can do 3D clipping

◆ dcmColorModel

D3DCOLORMODEL _D3DDeviceDesc::dcmColorModel

Color model of device

◆ dlcLightingCaps

D3DLIGHTINGCAPS _D3DDeviceDesc::dlcLightingCaps

Capabilities of lighting

◆ dpcLineCaps

D3DPRIMCAPS _D3DDeviceDesc::dpcLineCaps

◆ dpcTriCaps

D3DPRIMCAPS _D3DDeviceDesc::dpcTriCaps

◆ dtcTransformCaps

D3DTRANSFORMCAPS _D3DDeviceDesc::dtcTransformCaps

Capabilities of transform

◆ dwDevCaps

DWORD _D3DDeviceDesc::dwDevCaps

Capabilities of device

◆ dwDeviceRenderBitDepth

DWORD _D3DDeviceDesc::dwDeviceRenderBitDepth

One of DDBB_8, 16, etc..

◆ dwDeviceZBufferBitDepth

DWORD _D3DDeviceDesc::dwDeviceZBufferBitDepth

One of DDBD_16, 32, etc..

◆ dwFlags

DWORD _D3DDeviceDesc::dwFlags

Indicates which fields have valid data

◆ dwMaxBufferSize

DWORD _D3DDeviceDesc::dwMaxBufferSize

Maximum execute buffer size

◆ dwMaxStippleHeight

DWORD _D3DDeviceDesc::dwMaxStippleHeight

◆ dwMaxStippleWidth

DWORD _D3DDeviceDesc::dwMaxStippleWidth

◆ dwMaxTextureHeight

DWORD _D3DDeviceDesc::dwMaxTextureHeight

◆ dwMaxTextureWidth

DWORD _D3DDeviceDesc::dwMaxTextureWidth

◆ dwMaxVertexCount

DWORD _D3DDeviceDesc::dwMaxVertexCount

Maximum vertex count

◆ dwMinStippleHeight

DWORD _D3DDeviceDesc::dwMinStippleHeight

◆ dwMinStippleWidth

DWORD _D3DDeviceDesc::dwMinStippleWidth

◆ dwMinTextureHeight

DWORD _D3DDeviceDesc::dwMinTextureHeight

◆ dwMinTextureWidth

DWORD _D3DDeviceDesc::dwMinTextureWidth

◆ dwSize

DWORD _D3DDeviceDesc::dwSize

Size of D3DDEVICEDESC structure


The documentation for this struct was generated from the following file: