Searched defs:firstSet (Results 1 – 3 of 3) sorted by relevance
228 std::set<std::string> firstSet(fileList.begin(), fileList.end()); variable
1553 … const uint32_t firstSet, const BASE_NS::array_view<const BindDescriptorSetData> descriptorSetData) in BindDescriptorSets()1633 void RenderCommandList::BindDescriptorSets(const uint32_t firstSet, const array_view<const RenderHa… in BindDescriptorSets()
2143 const uint32_t firstSet = renderCmd.firstSet; in RenderCommand() local