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