Tesseract Engine Documentation

GpuVariableInterface.AddProperty Method

Add a single property to the GpuVariable, before setting texture data.

Overload List

Add a single property to the GpuVariable, before setting texture data.

void AddProperty(Vector2);

Add a single property to the GpuVariable, before setting texture data.

void AddProperty(Vector3);

Add a single property to the GpuVariable, before setting texture data.

void AddProperty(Vector4);

Add a single property to the GpuVariable, before setting texture data.

void AddProperty(Single);

See Also

GpuVariableInterface Interface | DarkWynter.Stream.PhysicsGpu Namespace