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.Ptr
XrCompositionLayerCylinderKHR.Ptr.offset
(long offset) @NotNull XrCompositionLayerCylinderKHR.Ptr
XrCompositionLayerCylinderKHR.Ptr.reinterpret
(long newSize) Assume theXrCompositionLayerCylinderKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrCompositionLayerCylinderKHR.Ptr
that uses the same backing storage as thisXrCompositionLayerCylinderKHR.Ptr
, but with the new size.XrCompositionLayerCylinderKHR.Ptr.slice
(long end) @NotNull XrCompositionLayerCylinderKHR.Ptr
XrCompositionLayerCylinderKHR.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).