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