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