ribir_gpu 0.3.0

A non-intrusive declarative GUI framework, to build modern native/wasm cross-platform applications.
Documentation
1
2
3
4
5
6
7
8
9
#[derive(Debug)]
pub enum Error {
  /// atlas is full unable to store the texture and the texture is grow to its
  /// limit, but the texture is good for store in the atlas if it's not store
  /// too many others.
  TextureSpaceLimit,
  /// The image is too large to good for the atlas store.
  LargeImageAvoid,
}