mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
OGL: Remove unused ProgramShaderCache::CompileShader()
This commit is contained in:
parent
f8c1ba409c
commit
bbd1ae16db
2 changed files with 0 additions and 69 deletions
|
@ -74,8 +74,6 @@ public:
|
|||
static void InvalidateVertexFormat();
|
||||
static void InvalidateLastProgram();
|
||||
|
||||
static bool CompileShader(SHADER& shader, const std::string& vcode, const std::string& pcode,
|
||||
const std::string& gcode = "");
|
||||
static bool CompileComputeShader(SHADER& shader, const std::string& code);
|
||||
static GLuint CompileSingleShader(GLenum type, const std::string& code);
|
||||
static bool CheckShaderCompileResult(GLuint id, GLenum type, const std::string& code);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue