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

RenderTexture

Link to this section Summary

Link to this section Types

Specs

t() :: %Rayex.Structs.RenderTexture{
  depth: Rayex.Structs.Texture2D.t(),
  id: non_neg_integer(),
  texture: Rayex.Structs.Texture2D.t()
}