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