mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 09:09:04 +00:00
Renderer: Use interface blocks for ImGui shaders
This commit is contained in:
parent
c98a5f7dfd
commit
af849126b3
3 changed files with 46 additions and 89 deletions
|
@ -31,5 +31,7 @@ std::string GenerateColorPixelShader();
|
|||
std::string GenerateFormatConversionShader(EFBReinterpretType convtype, u32 samples);
|
||||
std::string GenerateTextureReinterpretShader(TextureFormat from_format, TextureFormat to_format);
|
||||
std::string GenerateEFBRestorePixelShader();
|
||||
std::string GenerateImGuiVertexShader();
|
||||
std::string GenerateImGuiPixelShader();
|
||||
|
||||
} // namespace FramebufferShaderGen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue