From fedba7ff68924ff50022405fc9103a5acf7013fe Mon Sep 17 00:00:00 2001 From: Omniscient Date: Thu, 11 Jul 2024 21:43:06 +1000 Subject: wip --- src/ral/ral_types.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ral') 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; -- cgit v1.2.3-70-g09d2