Get opengl dxt support availability from librw

This commit is contained in:
Adrian Graber 2021-08-29 21:00:05 +02:00
parent 355c260bf2
commit b5239afc5e
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ CanVideoCardDoDXT(void)
#ifdef LIBRW
// TODO
#ifdef RW_OPENGL
return false;
return rw::gl3::gl3Caps.dxtSupported;
#else
return true;
#endif