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