Uses of Record Class
club.doki7.openxr.handle.XrGeometryInstanceFB.Ptr
Packages that use XrGeometryInstanceFB.Ptr
-
Uses of XrGeometryInstanceFB.Ptr in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrGeometryInstanceFB.PtrModifier and TypeMethodDescriptionintXR.createGeometryInstanceFB(XrSession session, XrGeometryInstanceCreateInfoFB createInfo, XrGeometryInstanceFB.Ptr outGeometryInstance) -
Uses of XrGeometryInstanceFB.Ptr in club.doki7.openxr.handle
Methods in club.doki7.openxr.handle that return XrGeometryInstanceFB.PtrModifier and TypeMethodDescriptionstatic XrGeometryInstanceFB.Ptrstatic XrGeometryInstanceFB.Ptrstatic XrGeometryInstanceFB.PtrXrGeometryInstanceFB.Ptr.allocate(Arena arena, @Nullable XrGeometryInstanceFB @NotNull [] values) static XrGeometryInstanceFB.PtrXrGeometryInstanceFB.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable XrGeometryInstanceFB> values) static XrGeometryInstanceFB.PtrXrGeometryInstanceFB.Ptr.allocateV(Arena arena, @Nullable XrGeometryInstanceFB value0, @Nullable XrGeometryInstanceFB... values) XrGeometryInstanceFB.Ptr.offset(long offset) XrGeometryInstanceFB.Ptr.reinterpret(long newSize) Assume theXrGeometryInstanceFB.Ptris capable of holding at leastnewSizehandles, create a new viewXrGeometryInstanceFB.Ptrthat uses the same backing storage as thisXrGeometryInstanceFB.Ptr, but with the new size.XrGeometryInstanceFB.Ptr.slice(long end) XrGeometryInstanceFB.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).