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