Render Texture2D
data class RenderTexture2D(val id: ERROR CLASS: Symbol not found for UInt, val texture: Texture2D, val depth: Texture2D)
Represents a render texture in raylib, which includes a color texture and a depth texture.
This is typically used for off-screen rendering.