Skip to content

Latest commit

 

History

History
77 lines (58 loc) · 2.7 KB

ns-d3dhal-_d3dhal_dp2setindices.md

File metadata and controls

77 lines (58 loc) · 2.7 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NS:d3dhal._D3DHAL_DP2SETINDICES
_D3DHAL_DP2SETINDICES (d3dhal.h)
DirectX 8.0 and later versions only. The D3DHAL_DP2SETINDICES structure is used to set the current index buffer for D3dDrawPrimitives2.
display\d3dhal_dp2setindices.htm
display
05/10/2018
D3DHAL_DP2SETINDICES structure
*LPD3DHAL_DP2SETINDICES, D3DHAL_DP2SETINDICES, D3DHAL_DP2SETINDICES structure [Display Devices], LPD3DHAL_DP2SETINDICES, LPD3DHAL_DP2SETINDICES structure pointer [Display Devices], _D3DHAL_DP2SETINDICES, d3dhal/D3DHAL_DP2SETINDICES, d3dhal/LPD3DHAL_DP2SETINDICES, d3dstrct_fd1eb5e4-28c8-45f9-90ba-b57970888717.xml, display.d3dhal_dp2setindices
d3dhal.h
D3dhal.h
Windows
Windows
D3DHAL_DP2SETINDICES
_D3DHAL_DP2SETINDICES
d3dhal/_D3DHAL_DP2SETINDICES
D3DHAL_DP2SETINDICES
d3dhal/D3DHAL_DP2SETINDICES
APIRef
kbSyntax
HeaderDef
d3dhal.h
_D3DHAL_DP2SETINDICES
D3DHAL_DP2SETINDICES

_D3DHAL_DP2SETINDICES structure

-description

DirectX 8.0 and later versions only.

The D3DHAL_DP2SETINDICES structure is used to set the current index buffer for D3dDrawPrimitives2.

-struct-fields

-field dwVBHandle

Specifies the surface handle associated with this surface through a call to D3dCreateSurfaceEx.

-field dwStride

Specifies the size of the indices contained in the index buffer and has the value 2 if the indices are 16-bit, or 4 if the indices are 32-bit quantities.

-remarks

A handle value of zero is valid and indicates that the current index buffer is cleared. Subsequent attempts to draw indexed primitives (before a new current index buffer is established via another D3DDP2OP_SETINDICES token) should be handled by the driver such that a crash does not occur. The debug version of your driver should display informative messages to the debug output stream when this error condition is detected.

-see-also

D3dCreateSurfaceEx

D3dDrawPrimitives2