summaryrefslogtreecommitdiff
path: root/src/renderer/ral.h
diff options
context:
space:
mode:
authorOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-05-30 22:19:07 +1000
committerOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-05-30 22:19:07 +1000
commit59854f60b761d77cee4095c9ce45062c926dea5a (patch)
tree383d9a232e2ddf7341acbf1a96a8f45b96331219 /src/renderer/ral.h
parentbaf787b9eb742b0c52ecf8c9ae319dbfb4ea0f1b (diff)
wip
Diffstat (limited to 'src/renderer/ral.h')
-rw-r--r--src/renderer/ral.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/renderer/ral.h b/src/renderer/ral.h
index 1ca37b4..a18ea87 100644
--- a/src/renderer/ral.h
+++ b/src/renderer/ral.h
@@ -50,11 +50,13 @@ typedef struct gpu_backend_pools {
pipeline_layout_pool pipeline_layouts;
renderpass_pool renderpasses;
} gpu_backend_pools;
+void backend_pools_init(arena* a, gpu_backend_pools* backend_pools);
struct resource_pools {
buffer_pool buffers;
texture_pool textures;
};
+void resource_pools_init(arena* a, struct resource_pools* res_pools);
// --- Pipeline description
typedef enum pipeline_kind {