package raylib

  1. Overview
  2. Docs
type t = [
  1. | `Image
]
val t : t Ctypes.structure F.typ
val data : (unit Ctypes_static.ptr, t Ctypes.structure) F.field
val width : (int, t Ctypes.structure) F.field
val height : (int, t Ctypes.structure) F.field
val mipmaps : (int, t Ctypes.structure) F.field
val format : (PixelFormat.t, t Ctypes.structure) F.field
OCaml

Innovation. Community. Security.