pub type RenderTexture2D = RenderTexture;
struct RenderTexture2D { pub id: u32, pub texture: Texture, pub depth: Texture, }
id: u32
texture: Texture
depth: Texture