Module egli::egl
[−]
[src]
C-style lower level EGL wrapper with unsafety removed.
Use these only if higher-level EGLI abstration is not enough, and you need to manage resource clanup manually.
Constants
Functions
bind_api |
|
bind_tex_image |
|
copy_buffers |
|
create_context |
|
create_context_with_attribs |
|
create_pbuffer_from_client_buffer |
|
create_pbuffer_surface |
|
create_pixmap_surface |
|
create_platform_window_surface |
|
create_window_surface |
|
create_window_surface_with_attribs |
|
destroy_context |
|
destroy_surface |
|
get_config_attrib |
|
get_configs |
|
get_current_context |
|
get_current_display |
|
get_current_surface |
|
get_display |
|
get_error |
|
get_filtered_configs |
|
get_proc_address |
|
initialize |
|
initialize_and_get_version |
|
make_current |
|
num_configs |
|
num_filtered_configs |
|
query_api |
|
query_context |
|
query_string |
|
query_surface |
|
release_tex_image |
|
release_thread |
|
surface_attrib |
|
swap_buffers |
|
swap_interval |
|
terminate |
|
wait_client |
|
wait_gl |
|
wait_native |
|
Type Definitions
EGLAttrib | |
EGLBoolean | |
EGLClientBuffer | |
EGLConfig | |
EGLContext | |
EGLDisplay | |
EGLImage | |
EGLNativeDisplayType | |
EGLNativePixmapType | |
EGLNativeWindowType | |
EGLSurface | |
EGLSync | |
EGLTime | |
EGLenum | |
EGLint |