Searched refs:getDescriptorSets (Results 1 – 2 of 2) sorted by relevance
70 inline const DescriptorSet::Bindings &getDescriptorSets() const { return descriptorSets; } in getDescriptorSets() function
217 ….routine(vertexState, pipelineState.getPipelineLayout(), vertexShader, inputs.getDescriptorSets()); in draw()219 …routine(pixelState, pipelineState.getPipelineLayout(), fragmentShader, inputs.getDescriptorSets()); in draw()277 data->descriptorSets = inputs.getDescriptorSets(); in draw()