blade: path sprite rendering
This commit is contained in:
parent
fdaffdbfff
commit
c000d2e16b
5 changed files with 138 additions and 9 deletions
|
@ -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>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue