Class ShadowMapKeys
Keys used for shadow mapping.
public static class ShadowMapKeys
- Inheritance
-
objectShadowMapKeys
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>