Tesla Graphics Engine Documentation (January 2012)
Tesla.Graphics.Implementation Namespace
TeslaTesla.Graphics.Implementation
 
Declaration Syntax
C#
namespace Tesla.Graphics.Implementation
Types
All Types Classes
Icon Type Description
BlendStateImplementation
Abstract class for concrete subclasses to provide the underlying implementation of BlendState.

DepthStencilStateImplementation
Abstract class for concrete subclasses to provide the underlying implementation of DepthStencilState.

EffectImplementation
Abstract class for concrete subclasses to provide the underlying implementation of Effect.

GraphicsResourceImplementation
Abstract class that represents a concrete implementation of a graphics resource.

IndexBufferImplementation
Abstract class for concrete subclasses to provide the underlying implementation of IndexBuffer.

RasterizerStateImplementation
Abstract class for concrete subclasses to provide the underlying implementation of RasterizerState.

SamplerStateImplementation
Abstract class for concrete subclasses to provide the underlying implementation of SamplerState.

SwapChainImplementation
Abstract class for concrete subclasses to provide the underlying implementation of SwapChain.

Texture1DImplementation
Abstract class for concrete subclasses to provide the underlying implementation of Texture1D.

Texture2DImplementation
Abstract class for concrete subclasses to provide the underlying implementation of Texture2D and RenderTarget2D.

Texture3DImplementation
Abstract class for concrete subclasses to provide the underlying implementation of Texture3D.

TextureCubeImplementation
Abstract class for concrete subclasses to provide the underlying implementation of TextureCube and RenderTargetCube.

VertexBufferImplementation
Abstract class for concrete subclasses to provide the underlying implementation of VertexBuffer.