Home
last modified time | relevance | path

Searched defs:BindingState (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/vulkano/src/command_buffer/synced/
Dbuilder.rs742 struct BindingState { struct
743 descriptor_sets: FnvHashMap<PipelineBindPoint, FnvHashMap<u32, Arc<dyn Command + Send + Sync>>>,
744 index_buffer: Option<Arc<dyn Command + Send + Sync>>,
745 pipeline_compute: Option<Arc<dyn Command + Send + Sync>>,
746 pipeline_graphics: Option<Arc<dyn Command + Send + Sync>>,
747 vertex_buffers: FnvHashMap<u32, Arc<dyn Command + Send + Sync>>,
/external/libchrome/mojo/public/cpp/bindings/lib/
Dbinding_state.h104 explicit BindingState(ImplPointerType impl) { in BindingState() function