pub type RenderTexture2D = RenderTexture;Expand description
RenderTexture2D, same as RenderTexture
Aliased Type§
#[repr(C)]pub struct RenderTexture2D {
pub id: u32,
pub texture: Texture,
pub depth: Texture,
}Fields§
§id: u32OpenGL framebuffer object id
texture: TextureColor buffer attachment texture
depth: TextureDepth buffer attachment texture