Raylib.MaterialMapIndex
type t =
| Albedo
| Metalness
| Normal
| Roughness
| Occlusion
| Emission
| Height
| Cubemap
| Irradiance
| Prefilter
| Brdf
val to_int : t -> int
val of_int : int -> t