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