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