Interface VulkanImageSubresourceType
- All Known Implementing Classes:
VulkanImageSubresource
@Immutable
public interface VulkanImageSubresourceType
Structure specifying an image subresource.
- See Also:
-
Method Summary
-
Method Details
-
aspectMask
Set<VulkanImageAspectFlag> aspectMask()- Returns:
- A set of flags selecting the image aspect.
-
mipLevel
@Default default int mipLevel()- Returns:
- The mipmap level.
-
arrayLayer
@Default default int arrayLayer()- Returns:
- The array layer.
-