Interface VulkanImageSubresourceLayersType
- All Known Implementing Classes:
VulkanImageSubresourceLayers
@Immutable
public interface VulkanImageSubresourceLayersType
Structure specifying a image subresource layers.
- See Also:
-
Method Summary
-
Method Details
-
aspectMask
Set<VulkanImageAspectFlag> aspectMask()- Returns:
- a combination of flags selecting the color, depth, and/or stencil aspects to be copied.
-
mipLevel
@Default default int mipLevel()- Returns:
- The mipmap level to copy from.
-
baseArrayLayer
@Default default int baseArrayLayer()- Returns:
- The starting layer to copy.
-
layerCount
@Default default int layerCount()- Returns:
- The number of layers to copy.
-