Uses of Record Class
club.doki7.openxr.datatype.XrFuturePollInfoEXT
Packages that use XrFuturePollInfoEXT
-
Uses of XrFuturePollInfoEXT in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrFuturePollInfoEXTModifier and TypeMethodDescriptionint
XR.pollFutureEXT
(XrInstance instance, XrFuturePollInfoEXT pollInfo, XrFuturePollResultEXT pollResult) -
Uses of XrFuturePollInfoEXT in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrFuturePollInfoEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrFuturePollInfoEXT
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrFuturePollInfoEXTModifier and TypeMethodDescriptionstatic XrFuturePollInfoEXT
@NotNull XrFuturePollInfoEXT
XrFuturePollInfoEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrFuturePollInfoEXT
XrFuturePollInfoEXT.clone
(Arena arena, XrFuturePollInfoEXT src) XrFuturePollInfoEXT.future
(@Nullable XrFutureEXT value) XrFuturePollInfoEXT.next
(@NotNull MemorySegment value) XrFuturePollInfoEXT.Ptr.toArray()
XrFuturePollInfoEXT.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrFuturePollInfoEXTModifier and TypeMethodDescription@NotNull Iterator
<XrFuturePollInfoEXT> XrFuturePollInfoEXT.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrFuturePollInfoEXTModifier and TypeMethodDescriptionstatic XrFuturePollInfoEXT
XrFuturePollInfoEXT.clone
(Arena arena, XrFuturePollInfoEXT src) void
XrFuturePollInfoEXT.Ptr.write
(long index, @NotNull XrFuturePollInfoEXT value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrFuturePollInfoEXTModifier and TypeMethodDescriptionXrFuturePollInfoEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull XrFuturePollInfoEXT> consumer)