Searched defs:DrawParamsBase (Results 1 – 1 of 1) sorted by relevance
104 struct DrawParamsBase struct106 std::vector<PositionColorVertex> vertices;107 vk::VkPrimitiveTopology topology;109 DrawParamsBase () in DrawParamsBase() function112 DrawParamsBase (const vk::VkPrimitiveTopology top) in DrawParamsBase() argument