mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
VideoCommon: Add class for quickly transforming and culling vertices on the CPU
This commit is contained in:
parent
f6fbeaf355
commit
b170ef9651
9 changed files with 1017 additions and 84 deletions
|
@ -423,7 +423,7 @@ struct Projection
|
|||
ProjectionType type;
|
||||
};
|
||||
|
||||
struct XFMemory
|
||||
struct alignas(16) XFMemory
|
||||
{
|
||||
float posMatrices[256]; // 0x0000 - 0x00ff
|
||||
u32 unk0[768]; // 0x0100 - 0x03ff
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue