ID3D10EffectVariable::AsDepthStencil 方法 (d3d10effect.h)

获取深度模具变量。

语法

ID3D10EffectDepthStencilVariable * AsDepthStencil();

返回值

类型: ID3D10EffectDepthStencilVariable*

指向深度模具变量的指针。 请参阅 ID3D10EffectDepthStencilVariable

注解

AsDepthStencil 返回已专用于深度模具变量的效果变量版本。 与强制转换类似,如果效果变量不包含深度模具数据,此专用化将返回无效对象。

应用程序可以通过调用 IsValid 来测试返回的对象的有效性。

要求

   
目标平台 Windows
标头 d3d10effect.h

另请参阅

ID3D10EffectVariable 接口