libretro.drivers.videoΒΆ

Driver protocols and implementations for video output and rendering.

Includes a software fallback and optional hardware-accelerated backends.

See also

libretro.api.video

The matching ctypes types and callback definitions.

Modules

driver

Types and classes for defining how a core renders graphics.

multi

Types for delegating to different VideoDriver implementations at runtime, depending on the player's preferences and available hardware resources.

opengl

OpenGL-backed VideoDriver implementations.

software

Software-rendered VideoDriver implementations.