Rayex.Structs.RenderTexture2D (Rayex v0.0.1) View Source
RenderTexture2D
Link to this section Summary
Link to this section Types
Specs
t() :: %Rayex.Structs.RenderTexture2D{
depth: Rayex.Structs.Texture2D.t(),
id: pos_integer(),
texture: Rayex.Structs.Texture2D.t()
}