forked from dolphin-emu/dolphin
HiresTextures: Support loading BC7 (BPTC) from DDS files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user