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

EGLNativeWindowType kzsEGLGetNativeWindow ( const struct KzsWindowNative windowNative)

Get the EGL native window.

Parameters
windowNativeHandle to window-native.
Returns
Handle to EGL native window.
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.