Files
chimera-gfx-Public/adapters/retroarch
Chimera GFX release export fee37cd9b5
phase0-ci / build-and-audit (push) Failing after 1m41s
Publish Chimera GFX source
2026-09-03 02:53:36 +02:00
..
2026-09-03 02:53:36 +02:00
2026-09-03 02:53:36 +02:00

RetroArch adapter boundary

The compiled scaffold exposes a dependency-free query contract. It reports RGUI and SDL software fallback as the intended integration path, but reports software-frame binding not yet implemented and hardware contexts unavailable. Every hardware-context request returns SAFETY_POLICY.

The future driver lifecycle is: initialize a chimera_gfx_context, create one surface, create/reuse textures for software core frames, upload a frame, present through the selected backend, then destroy texture, surface, and context in that order. No RetroArch private type or header enters the public library API.