From f8641a5cc4c8baf1f0a7be3685afc219d90143d9 Mon Sep 17 00:00:00 2001 From: omnisci3nce Date: Wed, 17 Jul 2024 14:45:31 +1000 Subject: whole thing is compiling and running again --- src/ral/ral_impl.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/ral/ral_impl.h') 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 -- cgit v1.2.3-70-g09d2