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