package raylib

  1. Overview
  2. Docs
type t =
  1. | Vertex_position
  2. | Vertex_texcoord01
  3. | Vertex_texcoord02
  4. | Vertex_normal
  5. | Vertex_tangent
  6. | Vertex_color
  7. | Matrix_mvp
  8. | Matrix_model
  9. | Matrix_view
  10. | Matrix_projection
  11. | Vector_view
  12. | Color_diffuse
  13. | Color_specular
  14. | Color_ambient
  15. | Map_albedo
  16. | Map_metalness
  17. | Map_normal
  18. | Map_roughness
  19. | Map_occlusion
  20. | Map_emission
  21. | Map_height
  22. | Map_cubemap
  23. | Map_irradiance
  24. | Map_prefilter
  25. | Map_BRDF
  26. | Map_diffuse
  27. | Map_specular
val t : t Ctypes.typ
val to_int : t -> int
val of_int : int -> t