Uses of Record Class
club.doki7.openxr.datatype.XrPassthroughStyleFB.Ptr
Packages that use XrPassthroughStyleFB.Ptr
-
Uses of XrPassthroughStyleFB.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrPassthroughStyleFB.PtrModifier and TypeMethodDescriptionstatic XrPassthroughStyleFB.Ptr
XrPassthroughStyleFB.Ptr.at
(long index, @NotNull Consumer<@NotNull XrPassthroughStyleFB> consumer) @NotNull XrPassthroughStyleFB.Ptr
XrPassthroughStyleFB.Ptr.offset
(long offset) @NotNull XrPassthroughStyleFB.Ptr
XrPassthroughStyleFB.Ptr.reinterpret
(long newSize) Assume theXrPassthroughStyleFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrPassthroughStyleFB.Ptr
that uses the same backing storage as thisXrPassthroughStyleFB.Ptr
, but with the new size.XrPassthroughStyleFB.Ptr.slice
(long end) @NotNull XrPassthroughStyleFB.Ptr
XrPassthroughStyleFB.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).