mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-22 10:25:47 -05:00
HiresTextures: Support loading BC7 (BPTC) from DDS files
This commit is contained in:
@@ -80,6 +80,7 @@ void VideoBackend::InitBackendInfo()
|
||||
g_Config.backend_info.bSupportsST3CTextures = false;
|
||||
g_Config.backend_info.bSupportsBitfield = false;
|
||||
g_Config.backend_info.bSupportsDynamicSamplerIndexing = false;
|
||||
g_Config.backend_info.bSupportsBPTCTextures = false;
|
||||
|
||||
IDXGIFactory* factory;
|
||||
IDXGIAdapter* ad;
|
||||
|
||||
Reference in New Issue
Block a user