Searched defs:IndexedParamsBase (Results 1 – 1 of 1) sorted by relevance
143 struct IndexedParamsBase struct145 std::vector<uint32_t> indexes;146 const vk::VkIndexType indexType;148 IndexedParamsBase(const vk::VkIndexType indexT) : indexType(indexT) in IndexedParamsBase() function