From 568fcc1dfe40c37b57b7baa2dea93b291d3fa956 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sat, 10 Apr 2021 21:13:34 -0700 Subject: Add dx11, dx12, and vulkan backends --- core/src/Entrypoint/Common.hpp | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 core/src/Entrypoint/Common.hpp (limited to 'core/src/Entrypoint/Common.hpp') diff --git a/core/src/Entrypoint/Common.hpp b/core/src/Entrypoint/Common.hpp deleted file mode 100644 index 216c885..0000000 --- a/core/src/Entrypoint/Common.hpp +++ /dev/null @@ -1,19 +0,0 @@ -#pragma once - -#include -#include - -class RenderingBackend { -protected: - GLFWwindow* mWindow; - -public: - virtual ~RenderingBackend() = default; - virtual void BeginFrame() = 0; - virtual void EndFrame() = 0; - - GLFWwindow* GetWindow() const; - - /// Common GLFW error handle callback for each rendering backend to use. - static void GlfwErrorCallback(int error, const char* message); -}; -- cgit v1.2.3-70-g09d2