pub type RenderTexture2D = RenderTexture;Aliased Type§
struct RenderTexture2D {
pub texture: Texture,
pub depth: Texture,
/* private fields */
}Fields§
§texture: TextureColor buffer attachment texture
depth: TextureDepth buffer attachment texture