summaryrefslogtreecommitdiff
path: root/src/renderer/ral.h
diff options
context:
space:
mode:
authorOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-05-09 18:03:03 +1000
committerOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-05-09 18:03:03 +1000
commit3a0557d98ba311b031ad53ceb8fc6025013f65dc (patch)
tree67da99c5b7bfeebc2c602a566da79a7e73b74d30 /src/renderer/ral.h
parentc950737122cd88e1183896614d4276e219c3c158 (diff)
fix some validation errors
Diffstat (limited to 'src/renderer/ral.h')
-rw-r--r--src/renderer/ral.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/renderer/ral.h b/src/renderer/ral.h
index 416370f..ec9793e 100644
--- a/src/renderer/ral.h
+++ b/src/renderer/ral.h
@@ -69,7 +69,7 @@ bool gpu_backend_init(const char* window_name, struct GLFWwindow* window);
void gpu_backend_shutdown();
// TEMP
-void gpu_backend_begin_frame();
+bool gpu_backend_begin_frame();
void gpu_backend_end_frame();
bool gpu_device_create(gpu_device* out_device);
@@ -137,4 +137,4 @@ bytebuffer vertices_as_bytebuffer(arena* a, vertex_format format, vertex_darray*
// TEMP
-void gpu_temp_draw(); \ No newline at end of file
+void gpu_temp_draw();