Type Alias RenderTexture2D

Source
pub type RenderTexture2D = RenderTexture;

Aliased Type§

struct RenderTexture2D {
    pub id: u32,
    pub texture: Texture,
    pub depth: Texture,
}

Fields§

§id: u32§texture: Texture§depth: Texture