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