Uses of Record Class
club.doki7.openxr.datatype.XrViewState
Packages that use XrViewState
-
Uses of XrViewState in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrViewStateModifier and TypeMethodDescriptionintXR.locateViews(XrSession session, XrViewLocateInfo viewLocateInfo, XrViewState viewState, int viewCapacityInput, IntPtr viewCountOutput, @Nullable IXrView views) intXRStatic.locateViews(XrSession session, XrViewLocateInfo viewLocateInfo, XrViewState viewState, int viewCapacityInput, IntPtr viewCountOutput, @Nullable IXrView views) -
Uses of XrViewState in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrViewStateModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrViewStatestructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrViewStateModifier and TypeMethodDescriptionstatic XrViewState@NotNull XrViewStateXrViewState.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrViewStateXrViewState.clone(Arena arena, XrViewState src) XrViewState.next(@NotNull MemorySegment value) XrViewState.Ptr.toArray()XrViewState.type(int value) XrViewState.viewStateFlags(long value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrViewStateMethods in club.doki7.openxr.datatype with parameters of type XrViewStateModifier and TypeMethodDescriptionstatic XrViewStateXrViewState.clone(Arena arena, XrViewState src) voidXrViewState.Ptr.write(long index, @NotNull XrViewState value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrViewStateModifier and TypeMethodDescriptionXrViewState.Ptr.at(long index, @NotNull Consumer<@NotNull XrViewState> consumer)