mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-29 05:33:45 +00:00
Enable DTX1 and 3 on RW GL (where applicable)
DTX1 and DTX3 is supported by Linux drivers for long time and it can be enable at least where is the hardware support available. - improves first time loading - save about 183 MB on storage - saves GPU memory (not measured) - brings slightly performance boost (1-2 fps on Intel HD 620)
This commit is contained in:
parent
320624edc8
commit
d16a26aa83
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ CanVideoCardDoDXT(void)
|
|||
#ifdef LIBRW
|
||||
// TODO
|
||||
#ifdef RW_OPENGL
|
||||
return false;
|
||||
return rw::gl3::gl3Caps.dxtSupported;
|
||||
#else
|
||||
return true;
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue