Click or drag to resize
DigitalRuneRenderContextKeysShadowTileIndex Field
The index of the shadow tile (e.g. cube map side or cascade). (Only set if a shadow map with tiles is currently being rendered.)

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public const string ShadowTileIndex

Field Value

Type: String
Remarks
For cascaded shadow maps the tile index is the index of the cascade. For cube map shadow map the tile index is the cube map face index.
See Also