Uses of Record Class
club.doki7.webgpu.handle.WGPUCommandBuffer
Packages that use WGPUCommandBuffer
-
Uses of WGPUCommandBuffer in club.doki7.webgpu
Methods in club.doki7.webgpu that return WGPUCommandBufferModifier and TypeMethodDescription@Nullable WGPUCommandBufferWGPU.commandEncoderFinish(WGPUCommandEncoder commandEncoder, @Nullable IWGPUCommandBufferDescriptor descriptor) Methods in club.doki7.webgpu with parameters of type WGPUCommandBufferModifier and TypeMethodDescriptionvoidWGPU.commandBufferAddRef(WGPUCommandBuffer commandBuffer) voidWGPU.commandBufferRelease(WGPUCommandBuffer commandBuffer) voidWGPU.commandBufferSetLabel(WGPUCommandBuffer commandBuffer, WGPUStringView label) -
Uses of WGPUCommandBuffer in club.doki7.webgpu.handle
Classes in club.doki7.webgpu.handle that implement interfaces with type arguments of type WGPUCommandBufferModifier and TypeClassDescriptionstatic final recordRepresents a pointer toWGPUCommandBufferhandle(s) in native memory.Methods in club.doki7.webgpu.handle that return WGPUCommandBufferModifier and TypeMethodDescription@Nullable WGPUCommandBufferWGPUCommandBuffer.Ptr.read()@Nullable WGPUCommandBufferWGPUCommandBuffer.Ptr.read(long index) Methods in club.doki7.webgpu.handle that return types with arguments of type WGPUCommandBufferModifier and TypeMethodDescription@NotNull Iterator<WGPUCommandBuffer> WGPUCommandBuffer.Ptr.iterator()Methods in club.doki7.webgpu.handle with parameters of type WGPUCommandBufferModifier and TypeMethodDescriptionstatic WGPUCommandBuffer.PtrWGPUCommandBuffer.Ptr.allocate(Arena arena, @Nullable WGPUCommandBuffer @NotNull [] values) static WGPUCommandBuffer.PtrWGPUCommandBuffer.Ptr.allocateV(Arena arena, @Nullable WGPUCommandBuffer value0, @Nullable WGPUCommandBuffer... values) voidWGPUCommandBuffer.Ptr.write(long index, @Nullable WGPUCommandBuffer value) voidWGPUCommandBuffer.Ptr.write(@Nullable WGPUCommandBuffer value) voidWGPUCommandBuffer.Ptr.write(@Nullable WGPUCommandBuffer[] values) voidWGPUCommandBuffer.Ptr.writeV(@Nullable WGPUCommandBuffer value0, @Nullable WGPUCommandBuffer... values) Method parameters in club.doki7.webgpu.handle with type arguments of type WGPUCommandBufferModifier and TypeMethodDescriptionstatic WGPUCommandBuffer.PtrWGPUCommandBuffer.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable WGPUCommandBuffer> values)