ReactOS 0.4.15-dev-7907-g95bf896
_D3DDeviceDesc Struct Reference

#include <d3dcaps.h>

Collaboration diagram for _D3DDeviceDesc:

Public Attributes

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
 
DWORD dwMaxTextureRepeat
 
DWORD dwMaxTextureAspectRatio
 
DWORD dwMaxAnisotropy
 
D3DVALUE dvGuardBandLeft
 
D3DVALUE dvGuardBandTop
 
D3DVALUE dvGuardBandRight
 
D3DVALUE dvGuardBandBottom
 
D3DVALUE dvExtentsAdjust
 
DWORD dwStencilCaps
 
DWORD dwFVFCaps
 
DWORD dwTextureOpCaps
 
WORD wMaxTextureBlendStages
 
WORD wMaxSimultaneousTextures
 

Detailed Description

Definition at line 316 of file d3dcaps.h.

Member Data Documentation

◆ bClipping

BOOL _D3DDeviceDesc::bClipping

Definition at line 323 of file d3dcaps.h.

Referenced by ddraw_d3dcaps1_from_7().

◆ dcmColorModel

D3DCOLORMODEL _D3DDeviceDesc::dcmColorModel

Definition at line 320 of file d3dcaps.h.

Referenced by d3d3_EnumDevices(), and ddraw_d3dcaps1_from_7().

◆ dlcLightingCaps

D3DLIGHTINGCAPS _D3DDeviceDesc::dlcLightingCaps

Definition at line 324 of file d3dcaps.h.

Referenced by ddraw_d3dcaps1_from_7().

◆ dpcLineCaps

D3DPRIMCAPS _D3DDeviceDesc::dpcLineCaps

Definition at line 325 of file d3dcaps.h.

Referenced by d3d3_EnumDevices(), and ddraw_d3dcaps1_from_7().

◆ dpcTriCaps

D3DPRIMCAPS _D3DDeviceDesc::dpcTriCaps

Definition at line 326 of file d3dcaps.h.

Referenced by d3d3_EnumDevices(), and ddraw_d3dcaps1_from_7().

◆ dtcTransformCaps

D3DTRANSFORMCAPS _D3DDeviceDesc::dtcTransformCaps

Definition at line 322 of file d3dcaps.h.

Referenced by ddraw_d3dcaps1_from_7().

◆ dvExtentsAdjust

D3DVALUE _D3DDeviceDesc::dvExtentsAdjust

Definition at line 346 of file d3dcaps.h.

Referenced by ddraw_d3dcaps1_from_7().

◆ dvGuardBandBottom

D3DVALUE _D3DDeviceDesc::dvGuardBandBottom

Definition at line 345 of file d3dcaps.h.

Referenced by ddraw_d3dcaps1_from_7().

◆ dvGuardBandLeft

D3DVALUE _D3DDeviceDesc::dvGuardBandLeft

Definition at line 342 of file d3dcaps.h.

Referenced by ddraw_d3dcaps1_from_7().

◆ dvGuardBandRight

D3DVALUE _D3DDeviceDesc::dvGuardBandRight

Definition at line 344 of file d3dcaps.h.

Referenced by ddraw_d3dcaps1_from_7().

◆ dvGuardBandTop

D3DVALUE _D3DDeviceDesc::dvGuardBandTop

Definition at line 343 of file d3dcaps.h.

Referenced by ddraw_d3dcaps1_from_7().

◆ dwDevCaps

DWORD _D3DDeviceDesc::dwDevCaps

Definition at line 321 of file d3dcaps.h.

Referenced by ddraw_d3dcaps1_from_7().

◆ dwDeviceRenderBitDepth

DWORD _D3DDeviceDesc::dwDeviceRenderBitDepth

Definition at line 327 of file d3dcaps.h.

Referenced by ddraw_d3dcaps1_from_7().

◆ dwDeviceZBufferBitDepth

DWORD _D3DDeviceDesc::dwDeviceZBufferBitDepth

Definition at line 328 of file d3dcaps.h.

Referenced by ddraw_d3dcaps1_from_7().

◆ dwFlags

DWORD _D3DDeviceDesc::dwFlags

Definition at line 319 of file d3dcaps.h.

Referenced by d3d3_EnumDevices(), and ddraw_d3dcaps1_from_7().

◆ dwFVFCaps

DWORD _D3DDeviceDesc::dwFVFCaps

Definition at line 348 of file d3dcaps.h.

Referenced by ddraw_d3dcaps1_from_7().

◆ dwMaxAnisotropy

DWORD _D3DDeviceDesc::dwMaxAnisotropy

Definition at line 341 of file d3dcaps.h.

Referenced by ddraw_d3dcaps1_from_7().

◆ dwMaxBufferSize

DWORD _D3DDeviceDesc::dwMaxBufferSize

Definition at line 329 of file d3dcaps.h.

Referenced by ddraw_d3dcaps1_from_7().

◆ dwMaxStippleHeight

DWORD _D3DDeviceDesc::dwMaxStippleHeight

Definition at line 335 of file d3dcaps.h.

Referenced by ddraw_d3dcaps1_from_7().

◆ dwMaxStippleWidth

DWORD _D3DDeviceDesc::dwMaxStippleWidth

Definition at line 334 of file d3dcaps.h.

Referenced by ddraw_d3dcaps1_from_7().

◆ dwMaxTextureAspectRatio

DWORD _D3DDeviceDesc::dwMaxTextureAspectRatio

Definition at line 340 of file d3dcaps.h.

Referenced by ddraw_d3dcaps1_from_7().

◆ dwMaxTextureHeight

DWORD _D3DDeviceDesc::dwMaxTextureHeight

Definition at line 333 of file d3dcaps.h.

Referenced by ddraw_d3dcaps1_from_7().

◆ dwMaxTextureRepeat

DWORD _D3DDeviceDesc::dwMaxTextureRepeat

Definition at line 339 of file d3dcaps.h.

Referenced by ddraw_d3dcaps1_from_7().

◆ dwMaxTextureWidth

DWORD _D3DDeviceDesc::dwMaxTextureWidth

Definition at line 333 of file d3dcaps.h.

Referenced by ddraw_d3dcaps1_from_7().

◆ dwMaxVertexCount

DWORD _D3DDeviceDesc::dwMaxVertexCount

Definition at line 330 of file d3dcaps.h.

Referenced by ddraw_d3dcaps1_from_7().

◆ dwMinStippleHeight

DWORD _D3DDeviceDesc::dwMinStippleHeight

Definition at line 335 of file d3dcaps.h.

Referenced by ddraw_d3dcaps1_from_7().

◆ dwMinStippleWidth

DWORD _D3DDeviceDesc::dwMinStippleWidth

Definition at line 334 of file d3dcaps.h.

Referenced by ddraw_d3dcaps1_from_7().

◆ dwMinTextureHeight

DWORD _D3DDeviceDesc::dwMinTextureHeight

Definition at line 332 of file d3dcaps.h.

Referenced by ddraw_d3dcaps1_from_7().

◆ dwMinTextureWidth

DWORD _D3DDeviceDesc::dwMinTextureWidth

Definition at line 332 of file d3dcaps.h.

Referenced by ddraw_d3dcaps1_from_7().

◆ dwSize

DWORD _D3DDeviceDesc::dwSize

Definition at line 318 of file d3dcaps.h.

Referenced by d3d_device3_GetCaps(), and ddraw_d3dcaps1_from_7().

◆ dwStencilCaps

DWORD _D3DDeviceDesc::dwStencilCaps

Definition at line 347 of file d3dcaps.h.

Referenced by ddraw_d3dcaps1_from_7().

◆ dwTextureOpCaps

DWORD _D3DDeviceDesc::dwTextureOpCaps

Definition at line 349 of file d3dcaps.h.

Referenced by ddraw_d3dcaps1_from_7().

◆ wMaxSimultaneousTextures

WORD _D3DDeviceDesc::wMaxSimultaneousTextures

Definition at line 351 of file d3dcaps.h.

Referenced by ddraw_d3dcaps1_from_7().

◆ wMaxTextureBlendStages

WORD _D3DDeviceDesc::wMaxTextureBlendStages

Definition at line 350 of file d3dcaps.h.

Referenced by ddraw_d3dcaps1_from_7().


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