Home
last modified time | relevance | path

Searched refs:isGLCompressImages (Results 1 – 3 of 3) sorted by relevance

/dports/games/py-fife/fifengine-0.4.2/engine/core/controller/
H A Dengine.i74 bool isGLCompressImages() const;
H A Denginesettings.h185 bool isGLCompressImages() const { in isGLCompressImages() function
H A Dengine.cpp220 m_renderbackend->setImageCompressingEnabled(m_settings.isGLCompressImages()); in init()