Searched refs:componentMap (Results 1 – 1 of 1) sorted by relevance
228 VkComponentMapping componentMap; in createVulkanImage() local256 componentMap.r = VK_COMPONENT_SWIZZLE_R; in createVulkanImage()257 componentMap.g = VK_COMPONENT_SWIZZLE_G; in createVulkanImage()258 componentMap.b = VK_COMPONENT_SWIZZLE_B; in createVulkanImage()259 componentMap.a = VK_COMPONENT_SWIZZLE_A; in createVulkanImage()274 imageViewCreateInfo.components = componentMap; in createVulkanImage()