Uses of Record Class
club.doki7.openxr.datatype.XrFrameWaitInfo
Packages that use XrFrameWaitInfo
-
Uses of XrFrameWaitInfo in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrFrameWaitInfoModifier and TypeMethodDescriptionintXR.waitFrame(XrSession session, @Nullable XrFrameWaitInfo frameWaitInfo, XrFrameState frameState) intXRStatic.waitFrame(XrSession session, @Nullable XrFrameWaitInfo frameWaitInfo, XrFrameState frameState) -
Uses of XrFrameWaitInfo in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrFrameWaitInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrFrameWaitInfostructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrFrameWaitInfoModifier and TypeMethodDescriptionstatic XrFrameWaitInfo@NotNull XrFrameWaitInfoXrFrameWaitInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrFrameWaitInfoXrFrameWaitInfo.clone(Arena arena, XrFrameWaitInfo src) XrFrameWaitInfo.next(@NotNull MemorySegment value) XrFrameWaitInfo.Ptr.toArray()XrFrameWaitInfo.type(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrFrameWaitInfoModifier and TypeMethodDescription@NotNull Iterator<XrFrameWaitInfo> XrFrameWaitInfo.Ptr.iterator()Methods in club.doki7.openxr.datatype with parameters of type XrFrameWaitInfoModifier and TypeMethodDescriptionstatic XrFrameWaitInfoXrFrameWaitInfo.clone(Arena arena, XrFrameWaitInfo src) voidXrFrameWaitInfo.Ptr.write(long index, @NotNull XrFrameWaitInfo value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrFrameWaitInfoModifier and TypeMethodDescriptionXrFrameWaitInfo.Ptr.at(long index, @NotNull Consumer<@NotNull XrFrameWaitInfo> consumer)