summaryrefslogtreecommitdiff
path: root/src/renderer/ral.h
diff options
context:
space:
mode:
authorOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-05-04 15:47:54 +1000
committerOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-05-04 15:48:49 +1000
commita51ef12d8583522ee229a0195a4132652f0f9cd8 (patch)
tree420878ce250678b603ff5944a7cd63a6f1d084e0 /src/renderer/ral.h
parent74fd8a8424aeaccfaf7985f4ad2129fd54ae9fba (diff)
finish swapchain creation
Diffstat (limited to 'src/renderer/ral.h')
-rw-r--r--src/renderer/ral.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderer/ral.h b/src/renderer/ral.h
index 7c143f2..f202e51 100644
--- a/src/renderer/ral.h
+++ b/src/renderer/ral.h
@@ -77,7 +77,7 @@ gpu_pipeline* gpu_graphics_pipeline_create(struct graphics_pipeline_desc descrip
void gpu_pipeline_destroy(gpu_pipeline* pipeline);
bool gpu_swapchain_create(gpu_swapchain* out_swapchain);
-void gpu_swapchain_destroy();
+void gpu_swapchain_destroy(gpu_swapchain* swapchain);
void gpu_cmd_encoder_begin();
void gpu_cmd_encoder_begin_render();