summaryrefslogtreecommitdiff
path: root/src/renderer/ral.c
diff options
context:
space:
mode:
authorOmniscient <omniscient.oce@gmail.com>2024-05-18 14:15:23 +1000
committerOmniscient <omniscient.oce@gmail.com>2024-05-18 14:15:23 +1000
commitfcaf838886efc3c12f60b47c021c6a85965eb6e9 (patch)
tree9f65588a5a662b547f198635d987c50d6df26e46 /src/renderer/ral.c
parentf99fef4eb5b2c29a84d9e835a66b1afd333bcfc0 (diff)
initialise gpu resource pools in renderer
Diffstat (limited to 'src/renderer/ral.c')
-rw-r--r--src/renderer/ral.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/renderer/ral.c b/src/renderer/ral.c
index 25c2909..6a417dd 100644
--- a/src/renderer/ral.c
+++ b/src/renderer/ral.c
@@ -13,10 +13,10 @@
/* } buffer_handle; */
/* typedef struct gpu_buffer gpu_buffer; */
-TYPED_POOL(gpu_buffer, buffer);
-TYPED_POOL(gpu_texture, texture);
+/* TYPED_POOL(gpu_buffer, buffer); */
+/* TYPED_POOL(gpu_texture, texture); */
-struct resource_pools {
- buffer_pool buffers;
- texture_pool textures;
-};
+/* struct resource_pools { */
+/* buffer_pool buffers; */
+/* texture_pool textures; */
+/* }; */