BACKENDS: OPENGL: Use simpler shader as test case

This commit is contained in:
Lothar Serra Mari 2021-04-18 17:16:29 +02:00 committed by Eugene Sandulenko
parent 9f3249286f
commit 203af422d4

View File

@ -1083,7 +1083,8 @@ void OpenGLGraphicsManager::notifyContextCreate(ContextType type,
if (OpenGLContext.shadersSupported) {
ShaderMan.notifyCreate();
//_pipeline = new ShaderPipeline(ShaderMan.query(ShaderManager::kDefault)); FIXME
_pipeline = new LibRetroPipeline("shaders/glsl/crt/crt-hyllian-glow.glslp");
//_pipeline = new LibRetroPipeline("shaders/glsl/crt/crt-hyllian-glow.glslp");
_pipeline = new LibRetroPipeline("shaders/glsl/crt/crt-geom.glslp");
}
#endif