Interface VulkanExtent3DType
- All Known Implementing Classes:
VulkanExtent3D
@Immutable
public interface VulkanExtent3DType
Structure specifying a three-dimensional extent.
- See Also:
-
Method Summary
-
Method Details
-
width
@Parameter int width()- Returns:
- The width of the extent
-
height
@Parameter int height()- Returns:
- The height of the extent
-
depth
@Parameter int depth()- Returns:
- The depth of the extent
-