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