Eyeshot 10 WPF API Reference
ResolveAlphaMapShader Method

WPF Assembly > devDept.Graphics Namespace > RenderContextBase Class : ResolveAlphaMapShader Method
The source shader type
Gets the shader with the AlphaMap support.
Syntax
'Declaration
 
Public Function ResolveAlphaMapShader( _
   ByVal shaderType As shaderType _
) As shaderType
public shaderType ResolveAlphaMapShader( 
   shaderType shaderType
)

Parameters

shaderType
The source shader type

Return Value

The corresponding shader type with alpha map support.
See Also

Reference

RenderContextBase Class
RenderContextBase Members