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