package raylib

  1. Overview
  2. Docs

Source file rlgl_types.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module Types = Rlgl_generated_types
open Ctypes_reexports

module RlVertexBuffer = struct
  type t' = Types.RlVertexBuffer.t
  type t = t' ctyp
end

module RlDrawCall = struct
  type t' = Types.RlDrawCall.t
  type t = t' ctyp
end

module RlRenderBatch = struct
  type t' = Types.RlRenderBatch.t
  type t = t' ctyp
end