package raylib

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

Module Raylib_rlgl.RlGlVersion

type t =
  1. | Gl_software
  2. | Gl_11
  3. | Gl_21
  4. | Gl_33
  5. | Gl_43
  6. | Gl_es_20
  7. | Gl_es_30