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