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

View File

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