|
Golias Engine
A C++ 20 'game engine' built with SDL3 with wide platform support.
|
#include "servers/rendering/rendering_device.h"#include "drivers/gles3/shaders/gles3.h"#include <glad.h>Go to the source code of this file.
Classes | |
| class | RenderingDeviceGLES3 |
| Rendering device implementation using OpenGL/ES 3. More... | |