Uses of Record Class
club.doki7.openxr.datatype.XrViewLocateInfo
Packages that use XrViewLocateInfo
-
Uses of XrViewLocateInfo in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrViewLocateInfoModifier 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 XrViewLocateInfo in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrViewLocateInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrViewLocateInfo
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrViewLocateInfoModifier and TypeMethodDescriptionstatic XrViewLocateInfo
@NotNull XrViewLocateInfo
XrViewLocateInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrViewLocateInfo
XrViewLocateInfo.clone
(Arena arena, XrViewLocateInfo src) XrViewLocateInfo.displayTime
(long value) XrViewLocateInfo.next
(@NotNull MemorySegment value) XrViewLocateInfo.Ptr.toArray()
XrViewLocateInfo.type
(int value) XrViewLocateInfo.viewConfigurationType
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrViewLocateInfoModifier and TypeMethodDescription@NotNull Iterator
<XrViewLocateInfo> XrViewLocateInfo.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrViewLocateInfoModifier and TypeMethodDescriptionstatic XrViewLocateInfo
XrViewLocateInfo.clone
(Arena arena, XrViewLocateInfo src) void
XrViewLocateInfo.Ptr.write
(long index, @NotNull XrViewLocateInfo value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrViewLocateInfoModifier and TypeMethodDescriptionXrViewLocateInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull XrViewLocateInfo> consumer)