D3DX11_EFFECT_DESC 结构
描述效果。
语法
typedef struct _D3DX11_EFFECT_DESC {
UINT ConstantBuffers;
UINT GlobalVariables;
UINT InterfaceVariables;
UINT Techniques;
UINT Groups;
} D3DX11_EFFECT_DESC;
成员
-
ConstantBuffers
-
类型: UINT
-
此效果中的常量缓冲区数。
-
GlobalVariables
-
类型: UINT
-
此效果中的全局变量数。
-
InterfaceVariables
-
类型: UINT
-
此效果中的全局接口数。
-
方法
-
类型: UINT
-
此效果的技术数。
-
组
-
类型: UINT
-
此效果中的组数。
备注
D3DX11_EFFECT_DESC与 ID3DX11Effect::GetDesc 一起使用。
要求
要求 | 值 |
---|---|
标头 |
|