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

Texture

Summary

Types

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