kzs_window_native.hpp File Reference

Functions

EGLNativeWindowType kzsEGLGetNativeWindow (const struct KzsWindowNative *windowNative)
 Get the EGL native window. More...
 
kzsError kzsWindowNativeRealize (struct KzsWindowNative *windowNative, EGLDisplay eglDisplay, EGLConfig eglConfiguration, EGLint paddingSize)
 Realizes the window using a given graphics configuration. 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 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.