Re-exports§
pub use super::ganesh::surface_ganesh::*;
Functions§
- wrap_
ca_ ⚠metal_ layer - Creates
Surfacefrom CAMetalLayer. ReturnedSurfacetakes a reference on the CAMetalLayer. The ref on the layer will be released when theSurfaceis destroyed. - wrap_
mtk_ ⚠view - Creates
Surfacefrom MTKView. ReturnedSurfacetakes a reference on the MTKView. The ref on the layer will be released when theSurfaceis destroyed.