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.Ptr
WGPUCompilationMessage.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUCompilationMessage> consumer) WGPUCompilationInfo.messages
(int assumedCount) @NotNull WGPUCompilationMessage.Ptr
WGPUCompilationMessage.Ptr.offset
(long offset) @NotNull WGPUCompilationMessage.Ptr
WGPUCompilationMessage.Ptr.reinterpret
(long newSize) Assume theWGPUCompilationMessage.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUCompilationMessage.Ptr
that uses the same backing storage as thisWGPUCompilationMessage.Ptr
, but with the new size.WGPUCompilationMessage.Ptr.slice
(long end) @NotNull WGPUCompilationMessage.Ptr
WGPUCompilationMessage.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).