#include <kanzi/core.ui/platform/graphics_context/egl/kzs_egl.h>#include <kanzi/core/legacy/debug/kzs_error.hpp>Functions | |
| EGLNativeWindowType | kzsEGLGetNativeWindow (const struct KzsWindowNative *windowNative) |
| Get the EGL native window. | |
| kzsError | kzsWindowNativeRealize (struct KzsWindowNative *windowNative, EGLDisplay eglDisplay, EGLConfig eglConfiguration, EGLint paddingSize) |
| Realizes the window using a given graphics configuration. | |
| EGLNativeWindowType kzsEGLGetNativeWindow | ( | const struct KzsWindowNative * | windowNative | ) |
Get the EGL native window.
| windowNative | Handle to window-native. |
| kzsError kzsWindowNativeRealize | ( | struct KzsWindowNative * | windowNative, |
| EGLDisplay | eglDisplay, | ||
| EGLConfig | eglConfiguration, | ||
| EGLint | paddingSize ) |
Realizes the window using a given graphics configuration.
| windowNative | Handle to window-native. |
| eglDisplay | Handle to egl display. |
| eglConfiguration | Handle to eglConfiguration. |
| paddingSize | Size of padding per pixel. |