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