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