Uses of Record Class
club.doki7.openxr.datatype.XrFrameState
Packages that use XrFrameState
-
Uses of XrFrameState in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrFrameStateModifier and TypeMethodDescriptionint
XR.waitFrame
(XrSession session, @Nullable XrFrameWaitInfo frameWaitInfo, XrFrameState frameState) int
XRStatic.waitFrame
(XrSession session, @Nullable XrFrameWaitInfo frameWaitInfo, XrFrameState frameState) -
Uses of XrFrameState in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrFrameStateModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrFrameState
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrFrameStateModifier and TypeMethodDescriptionstatic XrFrameState
@NotNull XrFrameState
XrFrameState.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrFrameState
XrFrameState.clone
(Arena arena, XrFrameState src) XrFrameState.next
(@NotNull MemorySegment value) XrFrameState.predictedDisplayPeriod
(long value) XrFrameState.predictedDisplayTime
(long value) XrFrameState.shouldRender
(int value) XrFrameState.Ptr.toArray()
XrFrameState.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrFrameStateMethods in club.doki7.openxr.datatype with parameters of type XrFrameStateModifier and TypeMethodDescriptionstatic XrFrameState
XrFrameState.clone
(Arena arena, XrFrameState src) void
XrFrameState.Ptr.write
(long index, @NotNull XrFrameState value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrFrameStateModifier and TypeMethodDescriptionXrFrameState.Ptr.at
(long index, @NotNull Consumer<@NotNull XrFrameState> consumer)