[−][src]Enum azul_webrender::TileNodeKind
Details for a node in a quadtree that tracks dirty rects for a tile.
Variants
Fields of Leaf
prev_indices: Vec<PrimitiveDependencyIndex>
The index buffer of primitives that affected this tile previous frame
curr_indices: Vec<PrimitiveDependencyIndex>
The index buffer of primitives that affect this tile on this frame
dirty_tracker: u64
A bitset of which of the last 64 frames have been dirty for this leaf.
frames_since_modified: usize
The number of frames since this node split or merged.
Auto Trait Implementations
impl RefUnwindSafe for TileNodeKind
impl Send for TileNodeKind
impl Sync for TileNodeKind
impl Unpin for TileNodeKind
impl UnwindSafe for TileNodeKind
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,