mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 17:49:01 +00:00
FramebufferManager: Support saving EFB to save state
This commit is contained in:
parent
1082468133
commit
137009affe
5 changed files with 149 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue