Uses of Record Class
club.doki7.openxr.datatype.XrUuid.Ptr
Packages that use XrUuid.Ptr
-
Uses of XrUuid.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrUuid.PtrModifier and TypeMethodDescriptionstatic XrUuid.PtrXrShareSpacesRecipientGroupsMETA.groups(int assumedCount) @NotNull XrUuid.PtrXrUuid.Ptr.offset(long offset) XrSpatialDiscoveryPersistenceUuidFilterEXT.persistedUuids(int assumedCount) @NotNull XrUuid.PtrXrUuid.Ptr.reinterpret(long newSize) Assume theXrUuid.Ptris capable of holding at leastnewSizestructures, create a new viewXrUuid.Ptrthat uses the same backing storage as thisXrUuid.Ptr, but with the new size.XrUuid.Ptr.slice(long end) @NotNull XrUuid.PtrXrUuid.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).