cidre 0.9.1

Apple frameworks bindings for rust
Documentation
1
2
3
4
5
6
7
8
9
10
mod display_layer;
pub use display_layer::DisplayLayer;

mod video_renderer;
pub use video_renderer::VideoRenderer;

mod queued_sample_buffer_rendering;
#[cfg(all(feature = "blocks", feature = "dispatch"))]
pub use queued_sample_buffer_rendering::QueuedSampleBufRendering;
pub use queued_sample_buffer_rendering::Status as QueuedSampleBufRenderingStatus;