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