More GPU vertex fetch code

This commit is contained in:
wheremyfoodat 2024-08-25 00:45:23 +03:00
parent 349de65de1
commit a8b30ee2dc
3 changed files with 33 additions and 9 deletions

View file

@ -9,6 +9,7 @@ namespace PICA {
static constexpr u32 maxAttribCount = 12;
struct AttributeInfo {
u8* data;
u32 offset;
u8 type;