Module Raylib_fixed_types.MaterialMapIndex

include module type of struct include Types.MaterialMapIndex end
type t = Raylib_types.Types(Raylib_fixed_types__.Raylib_c_generated_types).MaterialMapIndex.t =
  1. | Albedo
  2. | Metalness
  3. | Normal
  4. | Roughness
  5. | Occlusion
  6. | Emission
  7. | Height
  8. | Cubemap
  9. | Irradiance
  10. | Prefilter
  11. | Brdf
val vals : (t * int64) list
val t : t Ctypes_static.typ
val to_int : t -> int
val of_int : int -> t