Searched defs:VulkanImageViewList (Results 1 – 2 of 2) sorted by relevance
326 VulkanImageViewList::VulkanImageViewList(const VulkanImageViewList &image2DList) in VulkanImageViewList() function in VulkanImageViewList329 VulkanImageViewList::VulkanImageViewList(const VulkanDevice &device, in VulkanImageViewList() function in VulkanImageViewList
235 class VulkanImageViewList : public VulkanList<VulkanImageView, VkImageView> { class