40 releases
0.30.0-beta.8 | Jul 15, 2022 |
---|---|
0.30.0-beta.6 | Jun 25, 2022 |
0.30.0-alpha9 | Mar 29, 2022 |
0.29.1 | Oct 17, 2021 |
0.24.0 | Sep 14, 2019 |
#309 in GUI
54,360 downloads per month
Used in 17 crates
(4 directly)
97KB
1K
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
~2MB
~34K SLoC