mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
HiresTextures: Support loading BC7 (BPTC) from DDS files
This commit is contained in:
parent
d18988f41e
commit
63305e9173
15 changed files with 44 additions and 2 deletions
|
@ -236,6 +236,7 @@ struct VideoConfig final
|
|||
bool bSupportsST3CTextures;
|
||||
bool bSupportsBitfield; // Needed by UberShaders, so must stay in VideoCommon
|
||||
bool bSupportsDynamicSamplerIndexing; // Needed by UberShaders, so must stay in VideoCommon
|
||||
bool bSupportsBPTCTextures;
|
||||
} backend_info;
|
||||
|
||||
// Utility
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue