Uses of Record Class
club.doki7.openxr.handle.XrAction.Ptr
Packages that use XrAction.Ptr
-
Uses of XrAction.Ptr in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrAction.PtrModifier and TypeMethodDescriptionintXR.createAction(XrActionSet actionSet, XrActionCreateInfo createInfo, XrAction.Ptr action) intXRStatic.createAction(XrActionSet actionSet, XrActionCreateInfo createInfo, XrAction.Ptr action) -
Uses of XrAction.Ptr in club.doki7.openxr.handle
Methods in club.doki7.openxr.handle that return XrAction.PtrModifier and TypeMethodDescriptionstatic XrAction.Ptrstatic XrAction.Ptrstatic XrAction.Ptrstatic XrAction.PtrXrAction.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable XrAction> values) static XrAction.PtrXrAction.Ptr.offset(long offset) XrAction.Ptr.reinterpret(long newSize) Assume theXrAction.Ptris capable of holding at leastnewSizehandles, create a new viewXrAction.Ptrthat uses the same backing storage as thisXrAction.Ptr, but with the new size.XrAction.Ptr.slice(long end) XrAction.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).