Skip to main content

repose_platform/
render.rs

1//! Re-export RenderContext from repose-core for backward compatibility.
2pub use repose_core::{ImageHandleGuard, RenderCommand, RenderContext};