Searched defs:DrawIndexedIndirectParams (Results 1 – 2 of 2) sorted by relevance
210 struct DrawIndexedIndirectParams : DrawParamsBase, IndexedParamsBase struct212 std::vector<vk::VkDrawIndexedIndirectCommand> commands;214 DrawIndexedIndirectParams(const vk::VkPrimitiveTopology top, const SharedGroupParams gParams, in DrawIndexedIndirectParams() argument221 …nd(const uint32_t indexC, const uint32_t instanceC, const uint32_t firstIdx, const int32_t vertexO, in addCommand()
370 struct DrawIndexedIndirectParams struct380 VERIFY_8_BYTE_ALIGNMENT(DrawIndexedIndirectParams) argument