Type Alias raylib_sys::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