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.PtrXrFrameSynthesisInfoEXT.Ptr.at(long index, @NotNull Consumer<@NotNull XrFrameSynthesisInfoEXT> consumer) @NotNull XrFrameSynthesisInfoEXT.PtrXrFrameSynthesisInfoEXT.Ptr.offset(long offset) @NotNull XrFrameSynthesisInfoEXT.PtrXrFrameSynthesisInfoEXT.Ptr.reinterpret(long newSize) Assume theXrFrameSynthesisInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrFrameSynthesisInfoEXT.Ptrthat uses the same backing storage as thisXrFrameSynthesisInfoEXT.Ptr, but with the new size.XrFrameSynthesisInfoEXT.Ptr.slice(long end) @NotNull XrFrameSynthesisInfoEXT.PtrXrFrameSynthesisInfoEXT.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).