mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-08 12:01:39 +12:00
More GPU vertex fetch code
This commit is contained in:
parent
349de65de1
commit
a8b30ee2dc
3 changed files with 33 additions and 9 deletions
|
@ -9,6 +9,7 @@ namespace PICA {
|
|||
static constexpr u32 maxAttribCount = 12;
|
||||
|
||||
struct AttributeInfo {
|
||||
u8* data;
|
||||
u32 offset;
|
||||
|
||||
u8 type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue