Type Alias RenderTexture2D

Source
pub type RenderTexture2D = RenderTexture;

Aliased Type§

struct RenderTexture2D {
    pub texture: Texture,
    pub depth: Texture,
    /* private fields */
}

Fields§

§texture: Texture

Color buffer attachment texture

§depth: Texture

Depth buffer attachment texture