D3DHAL_DP2CREATELIGHT 结构 (d3dhal.h)
D3DHAL_DP2CREATELIGHT结构用于为 D3dDrawPrimitives2 创建光。
语法
typedef struct _D3DHAL_DP2CREATELIGHT {
DWORD dwIndex;
} D3DHAL_DP2CREATELIGHT;
成员
dwIndex
指定所创建的光的索引。
注解
D3DHAL_DP2CREATELIGHT结构用于将索引保存在光阵列中。 驱动程序应根据需要放大其光阵列,以容纳索引指定的至少一样多的灯光。
要求
要求 | 值 |
---|---|
Header | d3dhal.h (包括 D3dhal.h) |