View Source Exray.Structs.MaterialMap (Exray v0.2.0)

Summary

Types

@type t() :: %Exray.Structs.MaterialMap{
  color: Exray.Structs.Color.t(),
  texture: Texture2D.t(),
  value: float()
}