[PICA] Shader uploads
This commit is contained in:
11
include/PICA/shader_unit.hpp
Normal file
11
include/PICA/shader_unit.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
#include "PICA/shader.hpp"
|
||||
|
||||
class ShaderUnit {
|
||||
|
||||
public:
|
||||
PICAShader vs; // Vertex shader
|
||||
PICAShader gs; // Geometry shader
|
||||
|
||||
void reset();
|
||||
};
|
||||
Reference in New Issue
Block a user