RenderTexture2D

Type Alias RenderTexture2D 

Source
pub type RenderTexture2D = RenderTexture;

Aliased Type§

#[repr(C)]
pub struct RenderTexture2D { pub id: u32, pub texture: Texture, pub depth: Texture, }

Fields§

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