TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

enum ShaderParameterType in Tinman.AddOns.Rendering

enum ShaderParameterType  

Items

Unknown = -1

Unknown parameter type.

Float = 0

A scalar floating-point value.

Vector2 = 1

A vector with two components.

See also:

Vec2F
Vector3 = 2

A vector with three components.

See also:

Vec3F
Vector4 = 3

A vector with four components.

See also:

Vec4F
Matrix2 = 4

A 2x2 matrix.

See also:

Mat2F
Matrix3 = 5

A 3x3 matrix.

See also:

Mat3F
Matrix4 = 6

A 4x4 matrix.

See also:

Mat4F
Texture = 7

A texture.

See also:

ITexture2D
TextureCube = 8

A cube texture.

See also:

ITextureCube