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 TypeMethodDescriptionint
XR.createApiLayerInstance
(XrInstanceCreateInfo info, XrApiLayerCreateInfo layerInfo, XrInstance.Ptr instance) int
XR.createInstance
(XrInstanceCreateInfo createInfo, XrInstance.Ptr instance) int
XRStatic.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.Ptr
static XrInstance.Ptr
static XrInstance.Ptr
XrInstance.Ptr.allocate
(Arena arena, @Nullable XrInstance @NotNull [] values) static XrInstance.Ptr
XrInstance.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable XrInstance> values) static XrInstance.Ptr
XrInstance.Ptr.allocateV
(Arena arena, @Nullable XrInstance value0, @Nullable XrInstance... values) XrInstance.Ptr.offset
(long offset) XrInstance.Ptr.reinterpret
(long newSize) Assume theXrInstance.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrInstance.Ptr
that 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).