Tesla Graphics Engine Documentation (January 2012)
RasterizerStateImplementation Class
TeslaTesla.Graphics.ImplementationRasterizerStateImplementation
Abstract class for concrete subclasses to provide the underlying implementation of RasterizerState.
Declaration Syntax
C#
public abstract class RasterizerStateImplementation : GraphicsResourceImplementation
Members
All Members Constructors Methods Properties



Icon Member Description
RasterizerStateImplementation()()()()
Creates a new instance of RasterizerStateImplementation.

BindRasterizerState()()()()
Binds the implementation. This is called the first time an unbound state is set to the device or manually by the user in order to create the underlying state ahead of time (best practice). Once called the state properties are read-only.

Cull
Get or set how primitives are to be culled.

DepthBias
Get or set the depth bias.

Dispose()()()()
Disposes the underlying implementation.
(Inherited from GraphicsResourceImplementation.)
Dispose(Boolean)
Releases unmanaged and - optionally - managed resources
(Inherited from GraphicsResourceImplementation.)
EnableMultiSampleAntiAlias
Get or set if multisample anti-aliasing should be enabled.

EnableScissorTest
Get or set if scissor testing should be enabled.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Fill
Get or set the fill mode of a primitive.

Finalize()()()()
Releases unmanaged resources and performs other cleanup operations before the GraphicsResourceImplementation is reclaimed by garbage collection.
(Inherited from GraphicsResourceImplementation.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
IsBound
Gets or protected sets if this BlendStateImplementation has been bound to the pipeline and its underlying objects created.

IsDisposed
Gets if the resource has been disposed.
(Inherited from GraphicsResourceImplementation.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Name
Gets or sets the name of this resource.
(Inherited from GraphicsResourceImplementation.)
ResourceID
Gets or sets the resource ResourceID. It can only be set once, usually by the renderer.
(Inherited from GraphicsResourceImplementation.)
SlopeScaledDepthBias
Get or set the slope scaled depth bias.

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
VertexWinding
Get or set the vertex winding of a primitive, specifying the front face of the triangle.

Inheritance Hierarchy

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