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