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