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