summaryrefslogtreecommitdiff
path: root/src/ral/ral_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ral/ral_impl.h')
-rw-r--r--src/ral/ral_impl.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/ral/ral_impl.h b/src/ral/ral_impl.h
index 3c3eaa5..7cc9459 100644
--- a/src/ral/ral_impl.h
+++ b/src/ral/ral_impl.h
@@ -4,7 +4,6 @@
#pragma once
#include "buf.h"
#include "defines.h"
-#include "ral_common.h"
#include "ral_types.h"
struct GLFWwindow;
@@ -77,9 +76,4 @@ PUB void GPU_EncodeDrawIndexed(GPU_CmdEncoder* encoder, u64 index_count);
// --- Frame cycle
PUB bool GPU_Backend_BeginFrame();
-PUB void GPU_Backend_EndFrame();
-
-// Concrete implementation
-#if defined(CEL_REND_BACKEND_OPENGL)
-#include "backend_opengl.h"
-#endif
+PUB void GPU_Backend_EndFrame(); \ No newline at end of file