package raylib

  1. Overview
  2. Docs
type t'
type t = t' ctyp
val create : Texture.t -> Color.t -> float -> t

create texture color value returns a material texture map

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

Innovation. Community. Security.