open-gpui-wgpu 0.1.0

wgpu renderer backend for Open GPUI.
Documentation
1
2
3
4
5
6
7
8
9
10
mod cosmic_text_system;
mod wgpu_atlas;
mod wgpu_context;
mod wgpu_renderer;

pub use cosmic_text_system::*;
pub use wgpu;
pub use wgpu_atlas::*;
pub use wgpu_context::*;
pub use wgpu_renderer::{GpuContext, WgpuRenderer, WgpuSurfaceConfig};