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