Interface VulkanOffset2DType
- All Known Implementing Classes:
VulkanOffset2D
@Immutable
public interface VulkanOffset2DType
Structure specifying a two-dimensional offset.
- See Also:
-
Field Summary
Fields -
Method Summary
-
Field Details
-
ZERO
The zero offset.
-
-
Method Details
-
x
@Default default int x()- Returns:
- The x offset
-
y
@Default default int y()- Returns:
- The y offset
-