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