View Source Exray.Structs.RenderTexture (Exray v0.4.0)

Summary

Types

@type t() :: %Exray.Structs.RenderTexture{
  depth: Exray.Structs.Texture.t() | nil,
  id: non_neg_integer() | nil,
  texture: Exray.Structs.Texture.t() | nil
}