SleakEngine 1.0.0
C++23 multi-backend game engine
Loading...
Searching...
No Matches
OpenGLShader.hpp File Reference
#include "../Common/Shader.hpp"
#include <glad/glad.h>

Go to the source code of this file.

Classes

class  Sleak::RenderEngine::OpenGLShader
 GLSL shader program compiled from either a combined source file or separate vertex/fragment files. More...

Namespaces

namespace  Sleak
 Root namespace for everything the engine exposes.
namespace  Sleak::RenderEngine
 Backend-facing rendering layer shared by the four graphics backends.