Tesla Graphics Engine Documentation (January 2012)
Item Property (type)
TeslaTesla.GraphicsRenderStateListItem[([( RenderStateType])])
Gets or sets the render state based on type. If type is sampler state, null will return or setting will be ignored.
Declaration Syntax
C#
public RenderState this[
	RenderStateType type
] { get; set; }
Parameters
type (RenderStateType)
State type
Return Value
Corresponding state, or null if not present

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)