summaryrefslogtreecommitdiff
path: root/src/ral
diff options
context:
space:
mode:
authorOmniscient <omniscient.oce@gmail.com>2024-07-11 21:43:06 +1000
committerOmniscient <omniscient.oce@gmail.com>2024-07-11 21:43:06 +1000
commitfedba7ff68924ff50022405fc9103a5acf7013fe (patch)
treecd4e8ebd21736d460ac0434ce08cc2012bf613e0 /src/ral
parent9f23f65ec631bcd08f200b3ef517da8acf8d6b17 (diff)
wip
Diffstat (limited to 'src/ral')
-rw-r--r--src/ral/ral_types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ral/ral_types.h b/src/ral/ral_types.h
index a27bbd2..5987fbf 100644
--- a/src/ral/ral_types.h
+++ b/src/ral/ral_types.h
@@ -54,6 +54,9 @@ typedef enum vertex_attrib_type {
ATTR_I32x4,
} vertex_attrib_type;
+typedef struct vertex_description {} vertex_description;
+typedef struct shader_desc {} shader_desc;
+
typedef struct graphics_pipeline_desc {
const char* debug_name;
vertex_description vertex_desc;