Compartilhar via


D3DM_CREATELIGHT

Windows Mobile Not SupportedWindows Embedded CE Supported

9/8/2008

Essa estrutura contém o conteúdo do token de comando D3DMOP_CREATELIGHT (consulte D3DM_OPERATION), que instrui o driver para criar uma luz e atribuir um número de índice a ele.

Syntax

typedef struct _D3DM_CREATELIGHT {
  DWORD Index;
} D3DM_CREATELIGHT, * LPD3DM_CREATELIGHT;

Os membros

  • O índice
    Um valor DWORD que especifica a número de índice da nova luz.

Requirements

Header d3dmddk.h
Windows Embedded CE Windows CE 5.0

See Also

Reference

Direct3D Mobile Driver Structures
D3DM_OPERATION