package raylib

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Raylib_core.CubemapLayoutSource

type t =
  1. | Auto_detect
  2. | Line_vertical
  3. | Line_horizontal
  4. | Cross_three_by_four
  5. | Cross_four_by_three
val t : t Ctypes.typ
Sourceval to_int : t -> int
Sourceval of_int : int -> t