Click or drag to resize

UniformType Enumeration

Specifies the type of uniform data.

Namespace:  Internal.SharpBgfx
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public enum UniformType
Members
  Member nameValueDescription
Sampler0 Texture sampler.
Vector42 4D vector.
Matrix3x33 3x3 matrix.
Matrix4x44 4x4 matrix.
See Also