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