Kanzi  3.9.5
Kanzi Engine API
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
kzs_window_native.h File Reference

Kanzi window, WSEGL implementation. More...

Functions

EGLNativeWindowType kzsEGLGetNativeWindow (const struct KzsWindowNative *windowNative)
 Gets EGL native window. More...
 
kzsError kzsWindowNativeSetEGLSurface (struct KzsWindowNative *windowNative, EGLSurface *surface, EGLDisplay *display)
 Sets window-native EGL surface and display. More...
 

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.