[PICA] We can now parse non-fixed attributes

This commit is contained in:
wheremyfoodat 2022-09-23 01:38:56 +03:00
parent 8770e6dc41
commit a86796936f
2 changed files with 32 additions and 3 deletions

View file

@ -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;