diff options
Diffstat (limited to 'src/ral')
-rw-r--r-- | src/ral/ral_types.h | 3 |
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; |