RenderContextBase.InitStandardShaders Method

Public Sub InitStandardShaders( _ 
ByVal shadowQWuality As realisticShadowQualityType, _ 
ByRef shaders As Dictionary(Of shaderType, IShaderTechnique), _ 
ByVal lights As LightSettings() _ 
)
This language is not supported or no code example is available.
public void InitStandardShaders( 
realisticShadowQualityType shadowQWuality
ref Dictionary<shaderType, IShaderTechnique> shaders
LightSettings[] lights 
)
This language is not supported or no code example is available.

Parameters

shadowQWuality
realisticShadowQualityType

shaders
Dictionary<shaderType, IShaderTechnique>

lights
LightSettings[]

.NET Framework

Supported in: 4.8

In this article

Definition