Uses of Record Class
club.doki7.webgpu.handle.WGPUComputePipeline.Ptr
Packages that use WGPUComputePipeline.Ptr
-
Uses of WGPUComputePipeline.Ptr in club.doki7.webgpu.handle
Methods in club.doki7.webgpu.handle that return WGPUComputePipeline.PtrModifier and TypeMethodDescriptionstatic WGPUComputePipeline.Ptrstatic WGPUComputePipeline.Ptrstatic WGPUComputePipeline.PtrWGPUComputePipeline.Ptr.allocate(Arena arena, @Nullable WGPUComputePipeline @NotNull [] values) static WGPUComputePipeline.PtrWGPUComputePipeline.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable WGPUComputePipeline> values) static WGPUComputePipeline.PtrWGPUComputePipeline.Ptr.allocateV(Arena arena, @Nullable WGPUComputePipeline value0, @Nullable WGPUComputePipeline... values) WGPUComputePipeline.Ptr.offset(long offset) WGPUComputePipeline.Ptr.reinterpret(long newSize) Assume theWGPUComputePipeline.Ptris capable of holding at leastnewSizehandles, create a new viewWGPUComputePipeline.Ptrthat uses the same backing storage as thisWGPUComputePipeline.Ptr, but with the new size.WGPUComputePipeline.Ptr.slice(long end) WGPUComputePipeline.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).