Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 2.97 KB

d3ddevcaps2.md

File metadata and controls

51 lines (31 loc) · 2.97 KB
description ms.assetid title ms.topic ms.date
D3DDEVCAPS2 driver capability flags.
3f3b9f86-dee3-4506-bd2e-1dcc8ba617ed
D3DDEVCAPS2
article
05/31/2018

D3DDEVCAPS2

D3DDEVCAPS2 driver capability flags.

#define Description
D3DDEVCAPS2_ADAPTIVETESSRTPATCH Device supports adaptive tessellation of RT-patches
D3DDEVCAPS2_ADAPTIVETESSNPATCH Device supports adaptive tessellation of N-patches.
D3DDEVCAPS2_CAN_STRETCHRECT_FROM_TEXTURES Device supports StretchRect using a texture as the source.
D3DDEVCAPS2_DMAPNPATCH Device supports displacement maps for N-patches.
D3DDEVCAPS2_PRESAMPLEDDMAPNPATCH Device supports presampled displacement maps for N-patches. For more information about displacement mapping, see Displacement Mapping (Direct3D 9).
D3DDEVCAPS2_STREAMOFFSET Device supports stream offsets.
D3DDEVCAPS2_VERTEXELEMENTSCANSHARESTREAMOFFSET Multiple vertex elements can share the same offset in a stream if D3DDEVCAPS2_VERTEXELEMENTSCANSHARESTREAMOFFSET is set by the device and the vertex declaration does not have an element with D3DDECLUSAGE_POSITIONT0.

 

Constant Information

Requirement Value
Header d3d9caps.h
Minimum operating system Windows 98

 

Related topics

Direct3D Constants