Searched refs:bindables (Results 1 – 1 of 1) sorted by relevance
417 vector<BindableBuffer> bindables; in BindBuffers() local418 bindables.resize(resources.size()); in BindBuffers()423 pipelineDescriptorSetBinder_->BindBuffers(set, binding, bindables); in BindBuffers()482 vector<BindableImage> bindables; in BindImages() local483 bindables.resize(resources.size()); in BindImages()486 bindables[idx] = BindableImage { rRef.handle.GetHandle(), rRef.mip, rRef.layer, in BindImages()489 pipelineDescriptorSetBinder_->BindImages(set, binding, bindables); in BindImages()544 vector<BindableSampler> bindables; in BindSamplers() local545 bindables.resize(resources.size()); in BindSamplers()548 bindables[idx] = BindableSampler { rRef.handle.GetHandle() }; in BindSamplers()[all …]