Searched defs:DrawIndirectParams (Results 1 – 1 of 1) sorted by relevance
159 struct DrawIndirectParams : DrawParamsBase struct161 std::vector<vk::VkDrawIndirectCommand> commands;163 DrawIndirectParams (const vk::VkPrimitiveTopology top) in DrawIndirectParams() function167 …nd (const deUint32 vertexC, const deUint32 instanceC, const deUint32 firstV, const deUint32 firstI) in addCommand()