Files
palladium/backends
tobid7 8a4b3c119d Add NX Hid Driver Template
- Add WIP HidNX Driver (clangd not working with devkitpro for switch on windows)
- Add default-release as default search path for compile_commands.json
- remove mingw preset (casue its exactly the default target)
- Move Mouse pos cycle into HidDriver::Update
- Test around with HidGlfw on Nintendo switch
2026-04-05 04:20:32 +02:00
..
2026-04-05 04:20:32 +02:00
2026-04-05 04:20:32 +02:00
2026-04-05 04:20:32 +02:00
2026-03-18 21:21:00 +01:00

Backends

Graphics

OpenGL2 (Legacy)

Note

As SPIRV to GLSL 120 translation doesn't work, your'e forced to write separate shaders for this backend

OpenGL3+ (Modern OpenGL)

DirectX9 (Could potentially cover more than OpenGL2)

Citro3D (3DS)

Note

This backend requires shaders as binary file, directly in the code or as string for libpicasso The Fragment Stage is special and is still wip