RenderContextBase.PrepareShadersForShadowPass Method

Public Sub PrepareShadersForShadowPass( _ 
ByVal shadowPass As Integer, _ 
ByVal lightsWithShadows As Integer(), _ 
ByVal shaders As Dictionary(Of shaderType, IShaderTechnique), _ 
ByVal shaderParams As ShaderParameters
)
This language is not supported or no code example is available.
public void PrepareShadersForShadowPass( 
int shadowPass
int[] lightsWithShadows
Dictionary<shaderType, IShaderTechnique> shaders
ShaderParameters shaderParams 
)
This language is not supported or no code example is available.

Parameters

shadowPass
int

lightsWithShadows
int[]

shaders
Dictionary<shaderType, IShaderTechnique>

shaderParams
ShaderParameters

.NET Framework

Supported in: 4.8

In this article

Definition