Uses of Record Class
club.doki7.openxr.datatype.XrApiLayerNextInfo.Ptr
Packages that use XrApiLayerNextInfo.Ptr
-
Uses of XrApiLayerNextInfo.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrApiLayerNextInfo.PtrModifier and TypeMethodDescriptionstatic XrApiLayerNextInfo.Ptr
XrApiLayerNextInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull XrApiLayerNextInfo> consumer) XrApiLayerNextInfo.next
(int assumedCount) XrApiLayerCreateInfo.nextInfo
(int assumedCount) @NotNull XrApiLayerNextInfo.Ptr
XrApiLayerNextInfo.Ptr.offset
(long offset) @NotNull XrApiLayerNextInfo.Ptr
XrApiLayerNextInfo.Ptr.reinterpret
(long newSize) Assume theXrApiLayerNextInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrApiLayerNextInfo.Ptr
that uses the same backing storage as thisXrApiLayerNextInfo.Ptr
, but with the new size.XrApiLayerNextInfo.Ptr.slice
(long end) @NotNull XrApiLayerNextInfo.Ptr
XrApiLayerNextInfo.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).