diff options
| author | realtradam <[email protected]> | 2023-06-16 20:50:25 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-06-16 20:50:25 -0400 |
| commit | 61040e044aca90960810783535d6e06056e69f60 (patch) | |
| tree | 305df6e7afddbf721edad2a1aebcaf171514153d /include/rodeo/gfx_t.h | |
| parent | 7b5c8b6160cc5ea094becfc124ecfbc3cd0b1d5d (diff) | |
| download | RodeoKit-61040e044aca90960810783535d6e06056e69f60.tar.gz RodeoKit-61040e044aca90960810783535d6e06056e69f60.zip | |
implement scissor. begin implementing vertex adding function
Diffstat (limited to 'include/rodeo/gfx_t.h')
| -rw-r--r-- | include/rodeo/gfx_t.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/rodeo/gfx_t.h b/include/rodeo/gfx_t.h index 40ea58c..63811c5 100644 --- a/include/rodeo/gfx_t.h +++ b/include/rodeo/gfx_t.h @@ -64,3 +64,6 @@ struct float texture_id; } rodeo_gfx_vertex_t; + +typedef uint16_t rodeo_gfx_index_t; + |
