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 TypeMethodDescriptionintXR.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 recordRepresents a pointer to / an array ofXrFuturePollInfoEXTstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrFuturePollInfoEXTModifier and TypeMethodDescriptionstatic XrFuturePollInfoEXT@NotNull XrFuturePollInfoEXTXrFuturePollInfoEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrFuturePollInfoEXTXrFuturePollInfoEXT.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 XrFuturePollInfoEXTXrFuturePollInfoEXT.clone(Arena arena, XrFuturePollInfoEXT src) voidXrFuturePollInfoEXT.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)