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