package raylib

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

Module Raylib_generated_constants.CubemapLayoutTypeSource

Sourcetype t =
  1. | Auto_detect
  2. | Line_vertical
  3. | Line_horizontal
  4. | Cross_three_by_four
  5. | Cross_four_by_three
  6. | Panorama
Sourceval to_int : t -> int
Sourceval of_int : int -> t