Kanzi window, WSEGL implementation. More...
#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) |
Gets EGL native window. | |
kzsError | kzsWindowNativeSetEGLSurface (struct KzsWindowNative *windowNative, EGLSurface *surface, EGLDisplay *display) |
Sets window-native EGL surface and display. | |
Kanzi window, WSEGL implementation.
Copyright 2008-2017 by Rightware. All rights reserved.
EGLNativeWindowType kzsEGLGetNativeWindow | ( | const struct KzsWindowNative * | windowNative | ) |
Gets EGL native window.
kzsError kzsWindowNativeSetEGLSurface | ( | struct KzsWindowNative * | windowNative, |
EGLSurface * | surface, | ||
EGLDisplay * | display ) |
Sets window-native EGL surface and display.
windowNative | Handle to window-native. |
surface | Handle to EGL surface. |
display | Handle to EGL display. |