diff options
Diffstat (limited to 'Source/Core/VideoCommon/FramebufferShaderGen.h')
| -rw-r--r-- | Source/Core/VideoCommon/FramebufferShaderGen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/FramebufferShaderGen.h b/Source/Core/VideoCommon/FramebufferShaderGen.h index b0134b5897..2ec50b4d76 100644 --- a/Source/Core/VideoCommon/FramebufferShaderGen.h +++ b/Source/Core/VideoCommon/FramebufferShaderGen.h @@ -30,5 +30,6 @@ std::string GenerateEFBPokeVertexShader(); std::string GenerateColorPixelShader(); std::string GenerateFormatConversionShader(EFBReinterpretType convtype, u32 samples); std::string GenerateTextureReinterpretShader(TextureFormat from_format, TextureFormat to_format); +std::string GenerateEFBRestorePixelShader(); } // namespace FramebufferShaderGen |
