54 releases
0.32.4 | Sep 4, 2024 |
---|---|
0.32.3 | Jul 16, 2024 |
0.32.1 | May 31, 2024 |
0.32.0 | Sep 2, 2023 |
0.24.0 | Sep 14, 2019 |
#959 in GUI
30,138 downloads per month
Used in 10 crates
(4 directly)
405KB
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
~2–10MB
~122K SLoC