Uses of Record Class
club.doki7.webgpu.datatype.WGPUGlobalReport.Ptr
Packages that use WGPUGlobalReport.Ptr
-
Uses of WGPUGlobalReport.Ptr in club.doki7.webgpu.datatype
Methods in club.doki7.webgpu.datatype that return WGPUGlobalReport.PtrModifier and TypeMethodDescriptionstatic WGPUGlobalReport.Ptr
WGPUGlobalReport.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUGlobalReport> consumer) @NotNull WGPUGlobalReport.Ptr
WGPUGlobalReport.Ptr.offset
(long offset) @NotNull WGPUGlobalReport.Ptr
WGPUGlobalReport.Ptr.reinterpret
(long newSize) Assume theWGPUGlobalReport.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUGlobalReport.Ptr
that uses the same backing storage as thisWGPUGlobalReport.Ptr
, but with the new size.WGPUGlobalReport.Ptr.slice
(long end) @NotNull WGPUGlobalReport.Ptr
WGPUGlobalReport.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).