package raylib

  1. Overview
  2. Docs
OCaml bindings for raylib

Install

Dune Dependency

Authors

Maintainers

Sources

raylib-0.3.2.tbz
sha256=96912086fb0a10de9cc6618b631665885f3d4e4add75fea1b8a284bbcf79b395
sha512=77cab807ce4a3841191fb9188acff3e53b6aedf98b89d656b5ea975189009577ed03225521748fdadf11245a615803dc4747a37e0d394a252f5fc3c1b2409915

doc/raylib/Raylib/MaterialMap/index.html

Module Raylib.MaterialMapSource

Sourcetype t'
Sourcetype t = t' ctyp
Sourceval create : Texture.t -> Color.t -> float -> t

create texture color value returns a material texture map

Sourceval texture : t -> Texture.t
Sourceval color : t -> Color.t
Sourceval value : t -> float
Sourceval set_texture : t -> Texture.t -> unit
Sourceval set_color : t -> Color.t -> unit
Sourceval set_value : t -> float -> unit
OCaml

Innovation. Community. Security.