mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-19 20:19:13 +12:00
[PICA] Shader uploads
This commit is contained in:
parent
36a30da78d
commit
5993dc4759
11 changed files with 105 additions and 9 deletions
6
src/core/PICA/shader_unit.cpp
Normal file
6
src/core/PICA/shader_unit.cpp
Normal file
|
@ -0,0 +1,6 @@
|
|||
#include "PICA/shader_unit.hpp"
|
||||
|
||||
void ShaderUnit::reset() {
|
||||
vs.reset();
|
||||
gs.reset();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue