Rayex.Structs.TextureCubemap (Rayex v0.0.2) View Source

Texture

Link to this section Summary

Link to this section Types

Specs

t() :: %Rayex.Structs.TextureCubemap{
  format: integer(),
  height: float(),
  id: non_neg_integer(),
  mipmaps: integer(),
  width: float()
}