Uses of Record Class
club.doki7.openxr.datatype.XrFrameWaitInfo.Ptr
Packages that use XrFrameWaitInfo.Ptr
-
Uses of XrFrameWaitInfo.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrFrameWaitInfo.PtrModifier and TypeMethodDescriptionstatic XrFrameWaitInfo.PtrXrFrameWaitInfo.Ptr.at(long index, @NotNull Consumer<@NotNull XrFrameWaitInfo> consumer) @NotNull XrFrameWaitInfo.PtrXrFrameWaitInfo.Ptr.offset(long offset) @NotNull XrFrameWaitInfo.PtrXrFrameWaitInfo.Ptr.reinterpret(long newSize) Assume theXrFrameWaitInfo.Ptris capable of holding at leastnewSizestructures, create a new viewXrFrameWaitInfo.Ptrthat uses the same backing storage as thisXrFrameWaitInfo.Ptr, but with the new size.XrFrameWaitInfo.Ptr.slice(long end) @NotNull XrFrameWaitInfo.PtrXrFrameWaitInfo.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).