50 releases
0.32.0 | Sep 2, 2023 |
---|---|
0.31.0 | Jul 13, 2023 |
0.30.1 |
|
0.30.0 | Dec 27, 2022 |
0.24.0 | Sep 14, 2019 |
#189 in GUI
44,656 downloads per month
Used in 9 crates
(3 directly)
400KB
9K
SLoC
wayland-egl
This crate provides bindings for OpenGL/Vulkan support for Wayland client apps. It allows to
create an EGLSurface
from any WlSurface
, which can then play the role of the base surface
for initializing an OpenGL or Vulkan context.
lib.rs
:
EGL utilities
This module contains bindings to the libwayland-egl.so
library.
This library is used to interface with the OpenGL stack, and creating EGL surfaces from a wayland surface.
See WlEglSurface
documentation for details.
Dependencies
~1.6–9.5MB
~84K SLoC