Merge pull request #5834 from stenzek/bc7

Support loading BC7 (BPTC) textures from DDS files
This commit is contained in:
Stenzek 2017-08-01 12:39:20 +10:00 committed by GitHub
commit fe65b26d53
19 changed files with 78 additions and 2 deletions

View file

@ -38,6 +38,7 @@ VideoConfig::VideoConfig()
backend_info.bSupportsMultithreading = false;
backend_info.bSupportsInternalResolutionFrameDumps = false;
backend_info.bSupportsST3CTextures = false;
backend_info.bSupportsBPTCTextures = false;
bEnableValidationLayer = false;
bBackendMultithreading = true;