Tesla Graphics Engine Documentation (January 2012)
EffectParameterType Enumeration
TeslaTesla.GraphicsEffectParameterType
Defines the type of an effect parameter.
Declaration Syntax
C#
public enum EffectParameterType
Members
Member Description
Void Parameter is a void pointer.
Bool Parameter is a boolean.
Int32 Parameter is a 32-bit integer.
Single Parameter is a 32-bit floating point.
String Parameter is a string.
Texture Parameter is a texture.
Texture1D Parameter is a 1D texture.
Texture2D Parameter is a 2D texture.
Texture3D Parameter is a 3D texture.
TextureCube Parameter is a cube texture.
Unknown Parameter is unknown.

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