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