blade: path sprite rendering

This commit is contained in:
Dzmitry Malyshau 2024-02-02 00:34:08 -08:00
parent fdaffdbfff
commit c000d2e16b
5 changed files with 138 additions and 9 deletions

View file

@ -304,6 +304,7 @@ pub(crate) trait PlatformAtlas: Send + Sync {
pub(crate) struct AtlasTile {
pub(crate) texture_id: AtlasTextureId,
pub(crate) tile_id: TileId,
pub(crate) padding: u32,
pub(crate) bounds: Bounds<DevicePixels>,
}