Searched defs:DrawIndexedIndirectParams (Results 1 – 1 of 1) sorted by relevance
179 struct DrawIndexedIndirectParams : DrawParamsBase, IndexedParamsBase struct181 std::vector<vk::VkDrawIndexedIndirectCommand> commands;183 DrawIndexedIndirectParams (const vk::VkPrimitiveTopology top, const vk::VkIndexType indexT) in DrawIndexedIndirectParams() argument188 … const deUint32 instanceC, const deUint32 firstIdx, const deInt32 vertexO, const deUint32 firstIns) in addCommand()