Uses of Record Class
club.doki7.openxr.datatype.XrCreateSpatialDiscoverySnapshotCompletionInfoEXT.Ptr
Packages that use XrCreateSpatialDiscoverySnapshotCompletionInfoEXT.Ptr
-
Uses of XrCreateSpatialDiscoverySnapshotCompletionInfoEXT.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrCreateSpatialDiscoverySnapshotCompletionInfoEXT.PtrModifier and TypeMethodDescriptionXrCreateSpatialDiscoverySnapshotCompletionInfoEXT.Ptr.at(long index, @NotNull Consumer<@NotNull XrCreateSpatialDiscoverySnapshotCompletionInfoEXT> consumer) XrCreateSpatialDiscoverySnapshotCompletionInfoEXT.Ptr.offset(long offset) XrCreateSpatialDiscoverySnapshotCompletionInfoEXT.Ptr.reinterpret(long newSize) Assume theXrCreateSpatialDiscoverySnapshotCompletionInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrCreateSpatialDiscoverySnapshotCompletionInfoEXT.Ptrthat uses the same backing storage as thisXrCreateSpatialDiscoverySnapshotCompletionInfoEXT.Ptr, but with the new size.XrCreateSpatialDiscoverySnapshotCompletionInfoEXT.Ptr.slice(long end) XrCreateSpatialDiscoverySnapshotCompletionInfoEXT.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).