MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / TransientId

Class TransientId

native/shared/src/renderer/transient.rs:85–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83/// these as `PassInput::Transient(TransientId)`.
84#[derive(Copy, Clone, Debug, Eq, PartialEq, Hash)]
85pub struct TransientId(pub u32);
86
87/// Internal record per live allocation.
88struct Slot {

Callers 1

acquireMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected