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