Uses of Record Class
club.doki7.openxr.handle.XrActionSet.Ptr
Packages that use XrActionSet.Ptr
-
Uses of XrActionSet.Ptr in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrActionSet.PtrModifier and TypeMethodDescriptionintXR.createActionSet(XrInstance instance, XrActionSetCreateInfo createInfo, XrActionSet.Ptr actionSet) intXRStatic.createActionSet(XrInstance instance, XrActionSetCreateInfo createInfo, XrActionSet.Ptr actionSet) -
Uses of XrActionSet.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrActionSet.PtrModifier and TypeMethodDescriptionXrSessionActionSetsAttachInfo.actionSets()Note: the returnedXrActionSet.Ptrdoes not have correctsize()property.Methods in club.doki7.openxr.datatype with parameters of type XrActionSet.PtrModifier and TypeMethodDescriptionXrSessionActionSetsAttachInfo.actionSets(XrActionSet.Ptr value) -
Uses of XrActionSet.Ptr in club.doki7.openxr.handle
Methods in club.doki7.openxr.handle that return XrActionSet.PtrModifier and TypeMethodDescriptionstatic XrActionSet.Ptrstatic XrActionSet.Ptrstatic XrActionSet.PtrXrActionSet.Ptr.allocate(Arena arena, @Nullable XrActionSet @NotNull [] values) static XrActionSet.PtrXrActionSet.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable XrActionSet> values) static XrActionSet.PtrXrActionSet.Ptr.allocateV(Arena arena, @Nullable XrActionSet value0, @Nullable XrActionSet... values) XrActionSet.Ptr.offset(long offset) XrActionSet.Ptr.reinterpret(long newSize) Assume theXrActionSet.Ptris capable of holding at leastnewSizehandles, create a new viewXrActionSet.Ptrthat uses the same backing storage as thisXrActionSet.Ptr, but with the new size.XrActionSet.Ptr.slice(long end) XrActionSet.Ptr.slice(long start, long end) Note that this function uses theList.subList(int, int)semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)semantics (offset + newSize).