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

RenderTexture2D

Summary

Types

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