Searched refs:imageAspects (Results 1 – 1 of 1) sorted by relevance
844 std::vector<VkImageAspectFlags> imageAspects; in getBufferCopyRegions() local848 imageAspects.push_back(VK_IMAGE_ASPECT_DEPTH_BIT); in getBufferCopyRegions()851 imageAspects.push_back(VK_IMAGE_ASPECT_STENCIL_BIT); in getBufferCopyRegions()853 if (imageAspects.empty()) in getBufferCopyRegions()854 imageAspects.push_back(VK_IMAGE_ASPECT_COLOR_BIT); in getBufferCopyRegions()866 for (size_t aspectIndex = 0; aspectIndex < imageAspects.size(); ++aspectIndex) in getBufferCopyRegions()874 imageAspects[aspectIndex], in getBufferCopyRegions()