Wunkolo
|
666fd96e7f
|
Move color/depth format and size to Renderer interface
The state of these values are not specific to any rendering backend and
can be moved to be part of the interface itself
|
2023-07-11 11:28:06 -07:00 |
|
Wunkolo
|
c53080b444
|
Fix HTTPServer gpu-renderer interfacing
Fixing some compilation issues that occur when enabling the HTTP server
|
2023-07-11 11:28:06 -07:00 |
|
Wunkolo
|
2a1683ba62
|
Introduce "Renderer" abstraction layer
Adds a `renderer` class for which a rendering backend must implement and
will conditionally use OpenGL in the case that `ENABLE_GL` is enabled.
|
2023-07-11 11:27:35 -07:00 |
|