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