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

Image

Link to this section Summary

Link to this section Types

Specs

t() :: %Rayex.Structs.Image{
  data: binary(),
  format: integer(),
  height: integer(),
  mipmaps: integer(),
  width: integer()
}