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