mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
[PICA] We can now parse non-fixed attributes
This commit is contained in:
parent
8770e6dc41
commit
a86796936f
2 changed files with 32 additions and 3 deletions
|
@ -2,9 +2,13 @@
|
|||
#include <array>
|
||||
#include "helpers.hpp"
|
||||
#include "memory.hpp"
|
||||
#include "opengl.hpp"
|
||||
#include "PICA/float_types.hpp"
|
||||
#include "PICA/shader_unit.hpp"
|
||||
|
||||
class GPU {
|
||||
using vec4f = OpenGL::Vector<Floats::f24, 4>;
|
||||
|
||||
Memory& mem;
|
||||
ShaderUnit shaderUnit;
|
||||
u8* vram = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue