surfman 0.12.4

A cross-platform, low-level toolkit for GPU surface management
Documentation
1
2
3
4
5
6
7
//! Shared support code that can be used by multiple Surfman backends.

#[cfg(any(android_platform, angle, free_unix, ohos_platform))]
pub(crate) mod egl;

#[cfg(macos_platform)]
pub(crate) mod io_surface;