OPENGL: Implement CLUT8 look up as Pipeline.
This commit is contained in:
parent
8a4938f82b
commit
26f106497a
12 changed files with 175 additions and 31 deletions
|
@ -866,7 +866,6 @@ void OpenGLGraphicsManager::notifyContextCreate(const Graphics::PixelFormat &def
|
|||
#if !USE_FORCED_GLES
|
||||
if (g_context.shadersSupported) {
|
||||
ShaderMan.notifyCreate();
|
||||
|
||||
g_context.getActivePipeline()->setShader(ShaderMan.query(ShaderManager::kDefault));
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue