diff options
author | omnisci3nce <omniscient.oce@gmail.com> | 2024-07-17 14:45:31 +1000 |
---|---|---|
committer | omnisci3nce <omniscient.oce@gmail.com> | 2024-07-17 14:45:31 +1000 |
commit | f8641a5cc4c8baf1f0a7be3685afc219d90143d9 (patch) | |
tree | 6f6edf43f88b456933330ec83a203bf2f414bea4 /src/ral/ral_impl.h | |
parent | b9315f9cb625db09c3c41d8adf5230a67510bef7 (diff) |
whole thing is compiling and running again
Diffstat (limited to 'src/ral/ral_impl.h')
-rw-r--r-- | src/ral/ral_impl.h | 8 |
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 |