Get first renders working with accelerated draws

This commit is contained in:
wheremyfoodat 2024-08-25 17:14:19 +03:00
parent 33e63f7d7a
commit 5432a5a0d8
6 changed files with 63 additions and 78 deletions

View file

@ -12,6 +12,7 @@ namespace PICA {
u8* data;
u32 offset;
u32 size;
u32 stride;
u8 type;
u8 componentCount;