Home
last modified time | relevance | path

Searched defs:multisamplingLevel (Results 1 – 2 of 2) sorted by relevance

/dports/devel/juce/JUCE-f37e9a1/modules/juce_opengl/opengl/
H A Djuce_OpenGLPixelFormat.h68 …uint8 multisamplingLevel; /**< The number of samples to use for full-scene multisampled an… variable
/dports/astro/stellarium/stellarium-0.21.3/src/
H A DStelMainView.cpp745 const int multisamplingLevel = configuration->value("video/multisampling", 0).toInt(); in getDesiredGLFormat() local
1576 if(const auto multisamplingLevel = configuration->value("video/multisampling", 0).toInt()) in doScreenshot() local