Interface VulkanOffset3DType
- All Known Implementing Classes:
VulkanOffset3D
@Immutable
public interface VulkanOffset3DType
Structure specifying a three-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
-
z
@Default default int z()- Returns:
- The z offset
-