[PICA] Shader uploads

This commit is contained in:
wheremyfoodat
2022-09-22 03:46:19 +03:00
parent 36a30da78d
commit 5993dc4759
11 changed files with 105 additions and 9 deletions

View File

@@ -1,8 +1,9 @@
#include "gpu.hpp"
#include "PICA/gpu.hpp"
#include <cstdio>
void GPU::reset() {
regs.fill(0);
shaderUnit.reset();
// TODO: Reset blending, texturing, etc here
}