View Source Exray.Structs.Texture (Exray v0.6.0)

Texture TypedStruct

Summary

Types

@type t() :: %Exray.Structs.Texture{
  format: integer(),
  height: integer(),
  id: non_neg_integer(),
  mipmaps: integer(),
  width: integer()
}