|
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.EffectsAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public DirectionalLightShader GetDirectionalLightShader()
Return Value
DirectionalLightShaderDirectionalLightShader
See Also