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 WGPUCommandBuffer
WGPU.commandEncoderFinish
(WGPUCommandEncoder commandEncoder, @Nullable IWGPUCommandBufferDescriptor descriptor) Methods in club.doki7.webgpu with parameters of type WGPUCommandBufferModifier and TypeMethodDescriptionvoid
WGPU.commandBufferAddRef
(WGPUCommandBuffer commandBuffer) void
WGPU.commandBufferRelease
(WGPUCommandBuffer commandBuffer) void
WGPU.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 record
Represents a pointer toWGPUCommandBuffer
handle(s) in native memory.Methods in club.doki7.webgpu.handle that return WGPUCommandBufferModifier and TypeMethodDescription@Nullable WGPUCommandBuffer
WGPUCommandBuffer.Ptr.read()
@Nullable WGPUCommandBuffer
WGPUCommandBuffer.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.Ptr
WGPUCommandBuffer.Ptr.allocate
(Arena arena, @Nullable WGPUCommandBuffer @NotNull [] values) static WGPUCommandBuffer.Ptr
WGPUCommandBuffer.Ptr.allocateV
(Arena arena, @Nullable WGPUCommandBuffer value0, @Nullable WGPUCommandBuffer... values) void
WGPUCommandBuffer.Ptr.write
(long index, @Nullable WGPUCommandBuffer value) void
WGPUCommandBuffer.Ptr.write
(@Nullable WGPUCommandBuffer value) void
WGPUCommandBuffer.Ptr.write
(@Nullable WGPUCommandBuffer[] values) void
WGPUCommandBuffer.Ptr.writeV
(@Nullable WGPUCommandBuffer value0, @Nullable WGPUCommandBuffer... values) Method parameters in club.doki7.webgpu.handle with type arguments of type WGPUCommandBufferModifier and TypeMethodDescriptionstatic WGPUCommandBuffer.Ptr
WGPUCommandBuffer.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable WGPUCommandBuffer> values)