#include <kanzi/core.ui/platform/context_api/egl/egl_config.hpp>
#include <kanzi/core/cpp/platform.hpp>
Classes | |
struct | kanzi::EGLCapabilities |
Namespaces | |
kanzi | |
Easing functions that require external dependencies for calculation. | |
Functions | |
KZ_NO_DISCARD ::EGLConfig | kanzi::findBestEGLConfig (const EGLDisplay &eglDisplay, const EGLCapabilities &capabilities) noexcept |
Finds the best suitable EGL configuration based on the capabilities. More... | |
KZ_NO_DISCARD bool | kanzi::isGLES1FlagSet (int glesFlags) noexcept |
Tests whether OpenGL ES1 is supported. More... | |
KZ_NO_DISCARD bool | kanzi::isGLES2FlagSet (int glesFlags) noexcept |
Tests whether OpenGL ES2 is supported. More... | |
KZ_NO_DISCARD bool | kanzi::isGLES3FlagSet (int glesFlags) noexcept |
Tests whether OpenGL ES3 is supported. More... | |