Uses of Record Class
club.doki7.openxr.datatype.XrSystemSpaceWarpPropertiesFB
Packages that use XrSystemSpaceWarpPropertiesFB
-
Uses of XrSystemSpaceWarpPropertiesFB in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrSystemSpaceWarpPropertiesFBModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrSystemSpaceWarpPropertiesFB
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSystemSpaceWarpPropertiesFBModifier and TypeMethodDescription@NotNull XrSystemSpaceWarpPropertiesFB
XrSystemSpaceWarpPropertiesFB.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.XrSystemSpaceWarpPropertiesFB.clone
(Arena arena, XrSystemSpaceWarpPropertiesFB src) XrSystemSpaceWarpPropertiesFB.next
(@NotNull MemorySegment value) XrSystemSpaceWarpPropertiesFB.recommendedMotionVectorImageRectHeight
(int value) XrSystemSpaceWarpPropertiesFB.recommendedMotionVectorImageRectWidth
(int value) XrSystemSpaceWarpPropertiesFB.Ptr.toArray()
XrSystemSpaceWarpPropertiesFB.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrSystemSpaceWarpPropertiesFBModifier and TypeMethodDescription@NotNull Iterator
<XrSystemSpaceWarpPropertiesFB> XrSystemSpaceWarpPropertiesFB.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrSystemSpaceWarpPropertiesFBModifier and TypeMethodDescriptionXrSystemSpaceWarpPropertiesFB.clone
(Arena arena, XrSystemSpaceWarpPropertiesFB src) void
XrSystemSpaceWarpPropertiesFB.Ptr.write
(long index, @NotNull XrSystemSpaceWarpPropertiesFB value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrSystemSpaceWarpPropertiesFBModifier and TypeMethodDescriptionXrSystemSpaceWarpPropertiesFB.Ptr.at
(long index, @NotNull Consumer<@NotNull XrSystemSpaceWarpPropertiesFB> consumer)