mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 06:08:50 +00:00
ProgramShaderCache: Don't define FB_FETCH_VALUE for GL_EXT_shader_framebuffer_fetch
We will automatically choose between real_ocol0 and ocol0 in the fragment shader.
This commit is contained in:
parent
74a979db09
commit
1c421444ae
1 changed files with 0 additions and 1 deletions
|
@ -692,7 +692,6 @@ void ProgramShaderCache::CreateHeader()
|
||||||
{
|
{
|
||||||
case EsFbFetchType::FbFetchExt:
|
case EsFbFetchType::FbFetchExt:
|
||||||
framebuffer_fetch_string = "#extension GL_EXT_shader_framebuffer_fetch: enable\n"
|
framebuffer_fetch_string = "#extension GL_EXT_shader_framebuffer_fetch: enable\n"
|
||||||
"#define FB_FETCH_VALUE real_ocol0\n"
|
|
||||||
"#define FRAGMENT_INOUT inout";
|
"#define FRAGMENT_INOUT inout";
|
||||||
break;
|
break;
|
||||||
case EsFbFetchType::FbFetchArm:
|
case EsFbFetchType::FbFetchArm:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue