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