Searched defs:BindingState (Results 1 – 2 of 2) sorted by relevance
742 struct BindingState { struct743 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>>,
104 explicit BindingState(ImplPointerType impl) { in BindingState() function