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.Ptr
XrShareSpacesRecipientGroupsMETA.groups
(int assumedCount) @NotNull XrUuid.Ptr
XrUuid.Ptr.offset
(long offset) XrSpatialDiscoveryPersistenceUuidFilterEXT.persistedUuids
(int assumedCount) @NotNull XrUuid.Ptr
XrUuid.Ptr.reinterpret
(long newSize) Assume theXrUuid.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrUuid.Ptr
that uses the same backing storage as thisXrUuid.Ptr
, but with the new size.XrUuid.Ptr.slice
(long end) @NotNull XrUuid.Ptr
XrUuid.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).