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