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