add RendererSDL3

This commit is contained in:
2025-05-05 16:16:56 -05:00
parent b8654659c7
commit 0fb63352a2
8 changed files with 143 additions and 44 deletions

View File

@@ -19,7 +19,7 @@ namespace Archimedes {
RendererOpenGL() {};
~RendererOpenGL() {};
bool init() {
bool init(void* p) {
return glewInit() == GLEW_OK;
};