[PICA] Shader uploads
This commit is contained in:
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();
|
||||
}
|
||||
Reference in New Issue
Block a user