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

RenderTexture TypedStruct

Summary

Types

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