Tesla Graphics Engine Documentation (January 2012)
D3D10BlendStateImplementation Class
TeslaTesla.Direct3D10.Graphics.ImplementationD3D10BlendStateImplementation
Concrete Direct3D10 implementation for BlendState.
Declaration Syntax
C#
public sealed class D3D10BlendStateImplementation : BlendStateImplementation
Members
All Members Methods Properties



Icon Member Description
AlphaBlendFunction
Gets or sets the alpha blend function.
(Inherited from BlendStateImplementation.)
AlphaDestinationBlend
Gets or sets the alpha destination blend.
(Inherited from BlendStateImplementation.)
AlphaSourceBlend
Gets or sets the alpha source blend.
(Inherited from BlendStateImplementation.)
BindBlendState()()()()
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.
(Overrides BlendStateImplementation.BindBlendState()()()().)
BlendEnableCount
Gets the number of render targets that blending can be enabled for.
(Overrides BlendStateImplementation.BlendEnableCount.)
BlendFactor
Gets or sets the blend factor color.
(Inherited from BlendStateImplementation.)
ColorBlendFunction
Gets or sets the color blend function.
(Inherited from BlendStateImplementation.)
ColorDestinationBlend
Gets or sets the color destination blend.
(Inherited from BlendStateImplementation.)
ColorSourceBlend
Gets or sets the color source blend.
(Inherited from BlendStateImplementation.)
ColorWriteChannelsCount
Gets the number of render targets that can have an independent write mask for.
(Overrides BlendStateImplementation.ColorWriteChannelsCount.)
Dispose()()()()
Disposes the underlying implementation.
(Inherited from GraphicsResourceImplementation.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetBlendEnable(Int32)
Gets if blending is enabled for the render target index.
(Inherited from BlendStateImplementation.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
GetWriteChannels(Int32)
Gets the write mask used by the render target specified by its index.
(Inherited from BlendStateImplementation.)
IsBound
Gets or protected sets if this BlendStateImplementation has been bound to the pipeline and its underlying objects created.
(Inherited from BlendStateImplementation.)
IsDisposed
Gets if the resource has been disposed.
(Inherited from GraphicsResourceImplementation.)
MultiSampleMask
Gets or sets the multi sample mask.
(Inherited from BlendStateImplementation.)
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.)
SetBlendEnable(Int32, Boolean)
Sets if blending is enabled for the render target index.
(Inherited from BlendStateImplementation.)
SetWriteChannels(Int32, ColorWriteChannels)
Sets the write mask used by the render target specified by its index.
(Inherited from BlendStateImplementation.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
GraphicsResourceImplementation
  BlendStateImplementation
    D3D10BlendStateImplementation

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