Eyeshot 10 WinForms API Reference
EnableShader Method (OglRenderContext)

WinForms Assembly > devDept.Graphics Namespace > OglRenderContext Class : EnableShader Method
Syntax
'Declaration
 
Protected Friend Overrides Function EnableShader( _
   ByVal shader As shaderType, _
   ByVal shaders As Dictionary(Of shaderType,IShaderTechnique) _
) As Boolean
protected internal override bool EnableShader( 
   shaderType shader,
   Dictionary<shaderType,IShaderTechnique> shaders
)

Parameters

shader
shaders
See Also

Reference

OglRenderContext Class
OglRenderContext Members