package raylib

  1. Overview
  2. Docs

Module Raylib.MaterialMapSource

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

create texture color value

Sourceval texture : t -> Texture.t

Material map texture

Sourceval color : t -> Color.t

Material map color

Sourceval value : t -> float

Material map value

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

Innovation. Community. Security.