mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-06 11:01:38 +12:00
Hook up sw rendering backend
This commit is contained in:
parent
f328200c65
commit
ae4a4dfc29
4 changed files with 23 additions and 11 deletions
|
@ -12,6 +12,7 @@ enum class RendererType : s8 {
|
|||
Null = 0,
|
||||
OpenGL = 1,
|
||||
Vulkan = 2,
|
||||
Software = 3,
|
||||
};
|
||||
|
||||
class GPU;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue