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