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