D3DDDIARG_CREATELIGHT - NtDoc

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

typedef struct _D3DDDIARG_CREATELIGHT {
  [in] UINT Index;
} D3DDDIARG_CREATELIGHT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dumddi-_d3dddiarg_createlight)

_D3DDDIARG_CREATELIGHT structure

Description

The D3DDDIARG_CREATELIGHT structure contains the index into the light array.

Members

Index [in]

The index of the light to create.

See also

CreateLight