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