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