Table of Contents

Class ShadowMapKeys

Namespace
Stride.Rendering.Shadows
Assembly
Stride.Rendering.dll

Keys used for shadow mapping.

public static class ShadowMapKeys
Inheritance
object
ShadowMapKeys

Fields

ShadowMapTexture

Final shadow map texture.

public static readonly ObjectParameterKey<Texture> ShadowMapTexture

Field Value

ObjectParameterKey<Texture>

TextureSize

Final shadow map texture size

public static readonly ValueParameterKey<Vector2> TextureSize

Field Value

ValueParameterKey<Vector2>

TextureTexelSize

Final shadow map texture texel size.

public static readonly ValueParameterKey<Vector2> TextureTexelSize

Field Value

ValueParameterKey<Vector2>