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 TypeMethodDescriptionint
XR.locateViews
(XrSession session, XrViewLocateInfo viewLocateInfo, XrViewState viewState, int viewCapacityInput, IntPtr viewCountOutput, @Nullable IXrView views) int
XRStatic.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 record
Represents a pointer to / an array ofXrViewState
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrViewStateModifier and TypeMethodDescriptionstatic XrViewState
@NotNull XrViewState
XrViewState.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrViewState
XrViewState.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 XrViewState
XrViewState.clone
(Arena arena, XrViewState src) void
XrViewState.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)