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