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