cbf-chrome 0.1.0-alpha.4

Chromium-specific safe API layer for CBF.
Documentation
1
2
3
4
5
6
7
//! Platform-specific rendering surface handle exposed by Chromium (e.g. `CAContext` ID on macOS).

/// Platform-specific handle to the rendering surface exposed by Chromium.
#[derive(Debug, Clone, PartialEq, Eq)]
pub enum SurfaceHandle {
    MacCaContextId(u32),
}