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 TypeMethodDescriptionintXR.waitFrame(XrSession session, @Nullable XrFrameWaitInfo frameWaitInfo, XrFrameState frameState) intXRStatic.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 recordRepresents a pointer to / an array ofXrFrameStatestructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrFrameStateModifier and TypeMethodDescriptionstatic XrFrameState@NotNull XrFrameStateXrFrameState.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrFrameStateXrFrameState.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 XrFrameStateXrFrameState.clone(Arena arena, XrFrameState src) voidXrFrameState.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)