Tesla Graphics Engine Documentation (January 2012)
DepthStencilState Constructor (renderSystem)
TeslaTesla.GraphicsDepthStencilStateDepthStencilState(IRenderSystemProvider)
Creates a new instance of DepthStencilState with default values.
Declaration Syntax
C#
public DepthStencilState(
	IRenderSystemProvider renderSystem
)
Parameters
renderSystem (IRenderSystemProvider)
Render system used to create the underlying implementation.
Exceptions
Exception Condition
ArgumentNullException Thrown if the render system is null.
TeslaException Thrown if creating the underlying state implementation fails.

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