Kanzi 3.9.10
kzs_window_native.hpp File Reference

Functions

EGLNativeWindowType kzsEGLGetNativeWindow (const struct KzsWindowNative *windowNative)
 Get the EGL native window.
 
kzsError kzsWindowNativeRealize (struct KzsWindowNative *windowNative, EGLDisplay eglDisplay, EGLConfig eglConfiguration, EGLint paddingSize)
 Realizes the window using a given graphics configuration.
 

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.

◆ kzsWindowNativeRealize()

kzsError kzsWindowNativeRealize ( struct KzsWindowNative * windowNative,
EGLDisplay eglDisplay,
EGLConfig eglConfiguration,
EGLint paddingSize )

Realizes the window using a given graphics configuration.

Parameters
windowNativeHandle to window-native.
eglDisplayHandle to egl display.
eglConfigurationHandle to eglConfiguration.
paddingSizeSize of padding per pixel.