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