D3DDDIARG_DESTROYLIGHT - NtDoc

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

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

NtDoc

No description available.

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

_D3DDDIARG_DESTROYLIGHT structure

Description

The D3DDDIARG_DESTROYLIGHT structure contains the index into a light array for the light to destroy.

Members

Index [in]

The index of the light to destroy.

See also

DestroyLight