From bdcc81822adddf2c6ad7f10d9e090d913475c1e0 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sun, 28 Mar 2021 13:24:52 -0700 Subject: Initial code structure --- core/src/Entrypoint/OpenGL3.hpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 core/src/Entrypoint/OpenGL3.hpp (limited to 'core/src/Entrypoint/OpenGL3.hpp') diff --git a/core/src/Entrypoint/OpenGL3.hpp b/core/src/Entrypoint/OpenGL3.hpp new file mode 100644 index 0000000..29086a2 --- /dev/null +++ b/core/src/Entrypoint/OpenGL3.hpp @@ -0,0 +1,15 @@ +#pragma once + +#include "Entrypoint/Common.hpp" + +#include + +#include + +class OpenGL3Backend : public RenderingBackend { +public: + OpenGL3Backend(); + virtual ~OpenGL3Backend() ; + virtual void BeginFrame() override; + virtual void EndFrame() override; +}; -- cgit v1.2.3-70-g09d2