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

Functions

EGLNativeWindowType kzsEGLGetNativeWindow (const struct KzsWindowNative *windowNative)
 Get the EGL native window. More...
 
kzsError kzsWindowNativeFlipPage (struct KzsWindowNative *windowNative)
 Schedule a page-flip, window-surface should be swapped prior to this. More...
 

Function Documentation

◆ kzsEGLGetNativeWindow()

EGLNativeWindowType kzsEGLGetNativeWindow ( const struct KzsWindowNative *  windowNative)

Get the EGL native window.

Parameters
windowNativeHandle to window-native.
Returns
Handle to EGL native window.

◆ kzsWindowNativeFlipPage()

kzsError kzsWindowNativeFlipPage ( struct KzsWindowNative *  windowNative)

Schedule a page-flip, window-surface should be swapped prior to this.

Parameters
windowNativeHandle to window-native.
Returns
KZS_SUCCESS on success.