Module Types.ShaderAttributeDataType

type t =
  1. | Float
  2. | Vec2
  3. | Vec3
  4. | Vec4
val vals : (t * int64 F.const) list
val t : t F.typ