Click or drag to resize
AB4D logo

StandardEffectGetDirectionalLightShader Method

Returns and instance of DirectionalLightShader that is used by this StandardEffect. The method increases reference count on DirectionalLightShader. This means that the returned instance must be disposed when it is not used any more.

Namespace: Ab3d.DirectX.Effects
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public DirectionalLightShader GetDirectionalLightShader()

Return Value

DirectionalLightShader
DirectionalLightShader
See Also