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