Interface VulkanImageViewCreateInfoType
- All Known Implementing Classes:
VulkanImageViewCreateInfo
@Immutable
public interface VulkanImageViewCreateInfoType
The type of Vulkan image view creation information.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondefault VulkanComponentMappingflags()default VulkanFormatformat()image()default VulkanImageSubresourceRangedefault VulkanImageViewKindviewType()
-
Method Details
-
flags
Set<VulkanImageViewCreateFlag> flags()- Returns:
- The view creation flags
-
image
VulkanImageType image()- Returns:
- The image
-
viewType
- Returns:
- The view type
-
format
- Returns:
- The format
-
components
- Returns:
- The component mapping
-
subresourceRange
- Returns:
- The set of mipmap levels and array layers to be accessible to the view
-