Uses of Record Class
club.doki7.openxr.datatype.XrCompositionLayerDepthInfoKHR.Ptr
Packages that use XrCompositionLayerDepthInfoKHR.Ptr
-
Uses of XrCompositionLayerDepthInfoKHR.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrCompositionLayerDepthInfoKHR.PtrModifier and TypeMethodDescriptionXrCompositionLayerDepthInfoKHR.Ptr.at
(long index, @NotNull Consumer<@NotNull XrCompositionLayerDepthInfoKHR> consumer) @NotNull XrCompositionLayerDepthInfoKHR.Ptr
XrCompositionLayerDepthInfoKHR.Ptr.offset
(long offset) @NotNull XrCompositionLayerDepthInfoKHR.Ptr
XrCompositionLayerDepthInfoKHR.Ptr.reinterpret
(long newSize) Assume theXrCompositionLayerDepthInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrCompositionLayerDepthInfoKHR.Ptr
that uses the same backing storage as thisXrCompositionLayerDepthInfoKHR.Ptr
, but with the new size.XrCompositionLayerDepthInfoKHR.Ptr.slice
(long end) @NotNull XrCompositionLayerDepthInfoKHR.Ptr
XrCompositionLayerDepthInfoKHR.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).