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

Texture2D

Summary

Types

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