EGL capabilities.
More...
#include <kanzi/core.ui/platform/context_api/egl/egl_capabilities.hpp>
EGL capabilities.
- Since
- Kanzi 3.9.7
| kanzi::EGLCapabilities::EGLCapabilities |
( |
| ) |
|
|
explicitdefault |
Constructor.
- Parameters
-
| configuration | System configuration. |
| optional<int> kanzi::EGLCapabilities::graphicsFormatID |
EGL graphics format ID or nullopt if not specified.
When set, this option will override all other EGL capability settings.
| optional<int> kanzi::EGLCapabilities::bitsColorR |
Exact size of red color channel bits or nullopt if not specified.
| optional<int> kanzi::EGLCapabilities::bitsColorG |
Exact size of green color channel bits or nullopt if not specified.
| optional<int> kanzi::EGLCapabilities::bitsColorB |
Exact size of blue color channel bits or nullopt if not specified.
| optional<int> kanzi::EGLCapabilities::bitsAlpha |
Exact size of alpha channel bits or nullopt if not specified.
| optional<int> kanzi::EGLCapabilities::bitsDepth |
Exact size of depth channel bits or nullopt if not specified.
| optional<int> kanzi::EGLCapabilities::bitsStencil |
Exact size of stencil channel bits or nullopt if not specified.
| optional<int> kanzi::EGLCapabilities::samplesAntialiasing |
Exact number of anti-aliasing sample count or nullopt if not specified.
Current EGL context client version or nullopt if not specified.
Current EGL surface type.
| optional<int> kanzi::EGLCapabilities::imgContextPriority |
Current EGL IMG context priority or nullopt if not specified.
The documentation for this struct was generated from the following file: