Add a single property to the GpuVariable, before setting texture data.
Add a single property to the GpuVariable, before setting texture data.
public virtual void AddProperty(Quaternion);
Add a single property to the GpuVariable, before setting texture data.
public virtual void AddProperty(Vector2);
Add a single property to the GpuVariable, before setting texture data.
public virtual void AddProperty(Vector3);
Add a single property to the GpuVariable, before setting texture data.
public virtual void AddProperty(Vector4);
Add a single property to the GpuVariable, before setting texture data.
public virtual void AddProperty(Single);
GpuVariable Class | DarkWynter.Stream.PhysicsGpu Namespace