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