Uses of Record Class
club.doki7.openxr.handle.XrPassthroughHTC.Ptr
Packages that use XrPassthroughHTC.Ptr
-
Uses of XrPassthroughHTC.Ptr in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrPassthroughHTC.PtrModifier and TypeMethodDescriptionint
XR.createPassthroughHTC
(XrSession session, XrPassthroughCreateInfoHTC createInfo, XrPassthroughHTC.Ptr passthrough) -
Uses of XrPassthroughHTC.Ptr in club.doki7.openxr.handle
Methods in club.doki7.openxr.handle that return XrPassthroughHTC.PtrModifier and TypeMethodDescriptionstatic XrPassthroughHTC.Ptr
static XrPassthroughHTC.Ptr
static XrPassthroughHTC.Ptr
XrPassthroughHTC.Ptr.allocate
(Arena arena, @Nullable XrPassthroughHTC @NotNull [] values) static XrPassthroughHTC.Ptr
XrPassthroughHTC.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable XrPassthroughHTC> values) static XrPassthroughHTC.Ptr
XrPassthroughHTC.Ptr.allocateV
(Arena arena, @Nullable XrPassthroughHTC value0, @Nullable XrPassthroughHTC... values) XrPassthroughHTC.Ptr.offset
(long offset) XrPassthroughHTC.Ptr.reinterpret
(long newSize) Assume theXrPassthroughHTC.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrPassthroughHTC.Ptr
that uses the same backing storage as thisXrPassthroughHTC.Ptr
, but with the new size.XrPassthroughHTC.Ptr.slice
(long end) XrPassthroughHTC.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).