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()format()image()viewType()
-
Method Details
-
flags
- Returns:
- The view creation flags
-
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
-