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 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 XrViewLocateInfo in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrViewLocateInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrViewLocateInfostructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrViewLocateInfoModifier and TypeMethodDescriptionstatic XrViewLocateInfo@NotNull XrViewLocateInfoXrViewLocateInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrViewLocateInfoXrViewLocateInfo.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 XrViewLocateInfoXrViewLocateInfo.clone(Arena arena, XrViewLocateInfo src) voidXrViewLocateInfo.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)