pub struct ChunkRegistry {
pub upload: NodeId,
pub realize: NodeId,
}Expand description
Node ids the job needs to address after the graph is built.
Fields§
§upload: NodeIdDrives the CPU descriptor + instance upload; marked dirty each frame.
realize: NodeIdRealize compute dispatch; marked dirty when upload runs.
Auto Trait Implementations§
impl Freeze for ChunkRegistry
impl RefUnwindSafe for ChunkRegistry
impl Send for ChunkRegistry
impl Sync for ChunkRegistry
impl Unpin for ChunkRegistry
impl UnsafeUnpin for ChunkRegistry
impl UnwindSafe for ChunkRegistry
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more