Tesla Graphics Engine Documentation (January 2012)
RenderTargetBinding Structure
TeslaTesla.GraphicsRenderTargetBinding
Provides a general way to bind render targets to the graphics pipeline.
Declaration Syntax
C#
public struct RenderTargetBinding
Members
All Members Constructors Methods Properties



Icon Member Description
RenderTargetBinding(RenderTarget2D)
Creates a new instance of RenderTargetBinding.

RenderTargetBinding(RenderTargetCube, CubeMapFace)
Creates a new instance of RenderTargetBinding.

CubeMapFace
Gets the face of the cube map to use, if a RenderTargetCube.

Equals(Object)
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
GetHashCode()()()()
Returns the hash code for this instance.
(Inherited from ValueType.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Implicit Widening Implicit Implicit Implicit (RenderTarget2D to RenderTargetBinding)
Performs an implicit conversion from RenderTarget2D to RenderTargetBinding.

IsRenderTargetCube
Gets if the render target is a cube target.

RenderTarget2D
Gets the render target as a 2D target.

RenderTargetCube
Gets the render target as a cube target.

ToString()()()()
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)

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