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