Tesla Graphics Engine Documentation (January 2012)
SetBlendEnable Method (index, enable)
TeslaTesla.Graphics.ImplementationBlendStateImplementationSetBlendEnable(Int32, Boolean)
Sets if blending is enabled for the render target index.
Declaration Syntax
C#
public void SetBlendEnable(
	int index,
	bool enable
)
Parameters
index (Int32)
Render target index
enable (Boolean)
True if enabled, false if not
Exceptions
Exception Condition
ArgumentOutOfRangeException Thrown if the index is less than zero or greater than BlendEnableCount
InvalidOperationException Thrown if the implementation is bound. Once bound render states are read-only.

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