Skip to main content

ursus_core/render/gfx/descriptor/
mod.rs

1pub mod allocator;
2pub mod desc;
3
4pub use allocator::DescriptorAllocator;
5pub use desc::{BindingKind, DescriptorBindingDesc, DescriptorSetDesc, ImageUsage};