Click or drag to resize
AB4D logo

StandardEffectGetSuperShader Method

Returns and instance of SuperShader that is used by this StandardEffect. The method increases reference count on SuperShader. 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 SuperShader GetSuperShader()

Return Value

SuperShader
SuperShader
See Also