mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
Support partial texture updates via efb copies
This commit is contained in:
parent
3948dc77c7
commit
0ed6b5623f
12 changed files with 107 additions and 1 deletions
|
@ -160,6 +160,7 @@ struct VideoConfig final
|
|||
bool bSupportsPostProcessing;
|
||||
bool bSupportsPaletteConversion;
|
||||
bool bSupportsClipControl; // Needed by VertexShaderGen, so must stay in VideoCommon
|
||||
bool bSupportsCopySubImage; // Needed for partial texture updates
|
||||
} backend_info;
|
||||
|
||||
// Utility
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue