RenderContextBase.EnableShader Method

Protected Friend Overridable Function EnableShader( _ 
ByVal shader As shaderType, _ 
ByVal shaders As Dictionary(Of shaderType, IShaderTechnique) _ 
) As Boolean
This language is not supported or no code example is available.
internal protected virtual bool EnableShader( 
shaderType shader
Dictionary<shaderType, IShaderTechnique> shaders 
)
This language is not supported or no code example is available.

Parameters

shader
shaderType

shaders
Dictionary<shaderType, IShaderTechnique>

Return Value

bool

.NET Framework

Supported in: 4.8

In this article

Definition