RenderContextBase.CreateShaders Method

Public MustOverride Function CreateShaders( _ 
ByVal shadowQuality As realisticShadowQualityType, _ 
ByVal lights As LightSettings() _ 
) As Dictionary(Of shaderType, IShaderTechnique)
This language is not supported or no code example is available.
public abstract Dictionary<shaderType, IShaderTechnique> CreateShaders( 
realisticShadowQualityType shadowQuality
LightSettings[] lights 
)
This language is not supported or no code example is available.

Parameters

shadowQuality
realisticShadowQualityType

lights
LightSettings[]

Return Value

Dictionary<shaderType, IShaderTechnique>

.NET Framework

Supported in: 4.8

In this article

Definition