D3DHAL_DP2CREATELIGHT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dhal.h

typedef struct _D3DHAL_DP2CREATELIGHT {
  DWORD dwIndex;
} D3DHAL_DP2CREATELIGHT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dhal-_d3dhal_dp2createlight)

_D3DHAL_DP2CREATELIGHT structure

Description

The D3DHAL_DP2CREATELIGHT structure is used to create a light for D3dDrawPrimitives2.

Members

dwIndex

Specifies the index of the light being created.

Remarks

The D3DHAL_DP2CREATELIGHT structure is used to hold the index into the light array. The driver should enlarge its light array as necessary to accommodate at least as many lights as specified by the index.

See also

D3dDrawPrimitives2