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

RenderTexture

Summary

Types

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