Kanzi 3.9.10
kzs_window_native.h File Reference

Kanzi window, WSEGL implementation. More...

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.
 

Detailed Description

Kanzi window, WSEGL implementation.

Copyright 2008-2017 by Rightware. All rights reserved.

Function Documentation

◆ kzsEGLGetNativeWindow()

EGLNativeWindowType kzsEGLGetNativeWindow ( const struct KzsWindowNative * windowNative)

Gets EGL native window.

◆ kzsWindowNativeSetEGLSurface()

kzsError kzsWindowNativeSetEGLSurface ( struct KzsWindowNative * windowNative,
EGLSurface * surface,
EGLDisplay * display )

Sets window-native EGL surface and display.

Parameters
windowNativeHandle to window-native.
surfaceHandle to EGL surface.
displayHandle to EGL display.
Returns
Error code.