Uses of Record Class
club.doki7.openxr.handle.XrFacialExpressionClientML.Ptr
Packages that use XrFacialExpressionClientML.Ptr
-
Uses of XrFacialExpressionClientML.Ptr in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrFacialExpressionClientML.PtrModifier and TypeMethodDescriptionintXR.createFacialExpressionClientML(XrSession session, XrFacialExpressionClientCreateInfoML createInfo, XrFacialExpressionClientML.Ptr facialExpressionClient) -
Uses of XrFacialExpressionClientML.Ptr in club.doki7.openxr.handle
Methods in club.doki7.openxr.handle that return XrFacialExpressionClientML.PtrModifier and TypeMethodDescriptionXrFacialExpressionClientML.Ptr.allocate(Arena arena, @Nullable XrFacialExpressionClientML @NotNull [] values) XrFacialExpressionClientML.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable XrFacialExpressionClientML> values) XrFacialExpressionClientML.Ptr.allocateV(Arena arena, @Nullable XrFacialExpressionClientML value0, @Nullable XrFacialExpressionClientML... values) XrFacialExpressionClientML.Ptr.offset(long offset) XrFacialExpressionClientML.Ptr.reinterpret(long newSize) Assume theXrFacialExpressionClientML.Ptris capable of holding at leastnewSizehandles, create a new viewXrFacialExpressionClientML.Ptrthat uses the same backing storage as thisXrFacialExpressionClientML.Ptr, but with the new size.XrFacialExpressionClientML.Ptr.slice(long end) XrFacialExpressionClientML.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).