raylib_wasm

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