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.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataColocationDiscoveryResultMETA.Ptrthat 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).