Struct wgpu_core::track::TrackerIndexAllocators
source · pub(crate) struct TrackerIndexAllocators {
pub buffers: Arc<SharedTrackerIndexAllocator>,
pub textures: Arc<SharedTrackerIndexAllocator>,
pub texture_views: Arc<SharedTrackerIndexAllocator>,
pub samplers: Arc<SharedTrackerIndexAllocator>,
pub bind_groups: Arc<SharedTrackerIndexAllocator>,
pub compute_pipelines: Arc<SharedTrackerIndexAllocator>,
pub render_pipelines: Arc<SharedTrackerIndexAllocator>,
pub bundles: Arc<SharedTrackerIndexAllocator>,
pub query_sets: Arc<SharedTrackerIndexAllocator>,
}
Fields§
§buffers: Arc<SharedTrackerIndexAllocator>
§textures: Arc<SharedTrackerIndexAllocator>
§texture_views: Arc<SharedTrackerIndexAllocator>
§samplers: Arc<SharedTrackerIndexAllocator>
§bind_groups: Arc<SharedTrackerIndexAllocator>
§compute_pipelines: Arc<SharedTrackerIndexAllocator>
§render_pipelines: Arc<SharedTrackerIndexAllocator>
§bundles: Arc<SharedTrackerIndexAllocator>
§query_sets: Arc<SharedTrackerIndexAllocator>
Implementations§
Auto Trait Implementations§
impl Freeze for TrackerIndexAllocators
impl !RefUnwindSafe for TrackerIndexAllocators
impl Send for TrackerIndexAllocators
impl Sync for TrackerIndexAllocators
impl Unpin for TrackerIndexAllocators
impl !UnwindSafe for TrackerIndexAllocators
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