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