summaryrefslogtreecommitdiff
path: root/src/new_render/immdraw.h
diff options
context:
space:
mode:
authoromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-07-31 12:38:12 +1000
committeromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-07-31 12:38:12 +1000
commit8550c5d41ee84bcbf5e355c5adb6659166e3eb62 (patch)
treefd944fbb3a0f4a7c71a7d1d23e4289950e346f17 /src/new_render/immdraw.h
parentfa04ebc603a7bf742c64724ede23cfa010fb3c4c (diff)
start on immediate drawing
Diffstat (limited to 'src/new_render/immdraw.h')
-rw-r--r--src/new_render/immdraw.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/new_render/immdraw.h b/src/new_render/immdraw.h
index add7b76..0d58375 100644
--- a/src/new_render/immdraw.h
+++ b/src/new_render/immdraw.h
@@ -5,8 +5,14 @@
#pragma once
#include "defines.h"
#include "maths_types.h"
+#include "ral_impl.h"
+#include "render_types.h"
typedef struct Immdraw_Storage {
+ Mesh plane;
+ Mesh cube;
+ Mesh sphere;
+ GPU_Pipeline* colour_pipeline;
} Immdraw_Storage;
// --- Public API