Uses of Record Class
club.doki7.openxr.handle.XrInstance.Ptr
Packages that use XrInstance.Ptr
-
Uses of XrInstance.Ptr in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrInstance.PtrModifier and TypeMethodDescriptionintXR.createApiLayerInstance(XrInstanceCreateInfo info, XrApiLayerCreateInfo layerInfo, XrInstance.Ptr instance) intXR.createInstance(XrInstanceCreateInfo createInfo, XrInstance.Ptr instance) intXRStatic.createInstance(XrInstanceCreateInfo createInfo, XrInstance.Ptr instance) -
Uses of XrInstance.Ptr in club.doki7.openxr.handle
Methods in club.doki7.openxr.handle that return XrInstance.PtrModifier and TypeMethodDescriptionstatic XrInstance.Ptrstatic XrInstance.Ptrstatic XrInstance.PtrXrInstance.Ptr.allocate(Arena arena, @Nullable XrInstance @NotNull [] values) static XrInstance.PtrXrInstance.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable XrInstance> values) static XrInstance.PtrXrInstance.Ptr.allocateV(Arena arena, @Nullable XrInstance value0, @Nullable XrInstance... values) XrInstance.Ptr.offset(long offset) XrInstance.Ptr.reinterpret(long newSize) Assume theXrInstance.Ptris capable of holding at leastnewSizehandles, create a new viewXrInstance.Ptrthat uses the same backing storage as thisXrInstance.Ptr, but with the new size.XrInstance.Ptr.slice(long end) XrInstance.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).