Uses of Record Class
club.doki7.webgpu.datatype.WGPUCommandBufferDescriptor
Packages that use WGPUCommandBufferDescriptor
-
Uses of WGPUCommandBufferDescriptor in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPUCommandBufferDescriptorModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.webgpu.datatype that return WGPUCommandBufferDescriptorModifier and TypeMethodDescriptionstatic WGPUCommandBufferDescriptor
@NotNull WGPUCommandBufferDescriptor
WGPUCommandBufferDescriptor.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static WGPUCommandBufferDescriptor
WGPUCommandBufferDescriptor.clone
(Arena arena, WGPUCommandBufferDescriptor src) WGPUCommandBufferDescriptor.label
(@NotNull WGPUStringView value) WGPUCommandBufferDescriptor.label
(Consumer<@NotNull WGPUStringView> consumer) WGPUCommandBufferDescriptor.nextInChain
(@Nullable IWGPUChainedStruct value) WGPUCommandBufferDescriptor.Ptr.toArray()
Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPUCommandBufferDescriptorModifier and TypeMethodDescription@NotNull Iterator
<WGPUCommandBufferDescriptor> WGPUCommandBufferDescriptor.Ptr.iterator()
Methods in club.doki7.webgpu.datatype with parameters of type WGPUCommandBufferDescriptorModifier and TypeMethodDescriptionstatic WGPUCommandBufferDescriptor
WGPUCommandBufferDescriptor.clone
(Arena arena, WGPUCommandBufferDescriptor src) void
WGPUCommandBufferDescriptor.Ptr.write
(long index, @NotNull WGPUCommandBufferDescriptor value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPUCommandBufferDescriptorModifier and TypeMethodDescriptionWGPUCommandBufferDescriptor.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUCommandBufferDescriptor> consumer)