RenderContextBase.CheckShadersAndLights Method

Public Overridable Sub CheckShadersAndLights( _ 
ByVal shaders As Dictionary(Of shaderType, IShaderTechnique), _ 
ByVal shadowQuality As realisticShadowQualityType, _ 
ByVal background As BackgroundSettings
)
This language is not supported or no code example is available.
public virtual void CheckShadersAndLights( 
Dictionary<shaderType, IShaderTechnique> shaders
realisticShadowQualityType shadowQuality
BackgroundSettings background 
)
This language is not supported or no code example is available.

Parameters

shaders
Dictionary<shaderType, IShaderTechnique>

shadowQuality
realisticShadowQualityType

background
BackgroundSettings

.NET Framework

Supported in: 4.8

In this article

Definition