mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
BACKENDS: OPENGL: Use simpler shader as test case
This commit is contained in:
parent
9f3249286f
commit
203af422d4
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user