[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

@ -0,0 +1,6 @@
#include "PICA/shader_unit.hpp"
void ShaderUnit::reset() {
vs.reset();
gs.reset();
}