mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-07 14:45:41 +12:00
GLES: Enable fb fetch instead of requiring it
This commit is contained in:
parent
28dedf9bdd
commit
001ebec631
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ std::string FragmentGenerator::generate(const FragmentConfig& config, void* driv
|
||||||
static_cast<OpenGL::Driver*>(driverInfo)->supportsFbFetch;
|
static_cast<OpenGL::Driver*>(driverInfo)->supportsFbFetch;
|
||||||
|
|
||||||
if (emitLogicOps) {
|
if (emitLogicOps) {
|
||||||
ret += "\n#extension GL_EXT_shader_framebuffer_fetch : require\n";
|
ret += "\n#extension GL_EXT_shader_framebuffer_fetch : enable\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
bool unimplementedFlag = false;
|
bool unimplementedFlag = false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue