Uses of Record Class
club.doki7.webgpu.datatype.WGPUQueueDescriptor
Packages that use WGPUQueueDescriptor
-
Uses of WGPUQueueDescriptor in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPUQueueDescriptorModifier 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 WGPUQueueDescriptorModifier and TypeMethodDescriptionstatic WGPUQueueDescriptor
@NotNull WGPUQueueDescriptor
WGPUQueueDescriptor.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static WGPUQueueDescriptor
WGPUQueueDescriptor.clone
(Arena arena, WGPUQueueDescriptor src) @NotNull WGPUQueueDescriptor
WGPUDeviceDescriptor.defaultQueue()
WGPUQueueDescriptor.label
(@NotNull WGPUStringView value) WGPUQueueDescriptor.label
(Consumer<@NotNull WGPUStringView> consumer) WGPUQueueDescriptor.nextInChain
(@Nullable IWGPUChainedStruct value) WGPUQueueDescriptor.Ptr.toArray()
Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPUQueueDescriptorModifier and TypeMethodDescription@NotNull Iterator
<WGPUQueueDescriptor> WGPUQueueDescriptor.Ptr.iterator()
Methods in club.doki7.webgpu.datatype with parameters of type WGPUQueueDescriptorModifier and TypeMethodDescriptionstatic WGPUQueueDescriptor
WGPUQueueDescriptor.clone
(Arena arena, WGPUQueueDescriptor src) WGPUDeviceDescriptor.defaultQueue
(@NotNull WGPUQueueDescriptor value) void
WGPUQueueDescriptor.Ptr.write
(long index, @NotNull WGPUQueueDescriptor value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPUQueueDescriptorModifier and TypeMethodDescriptionWGPUQueueDescriptor.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUQueueDescriptor> consumer) WGPUDeviceDescriptor.defaultQueue
(Consumer<@NotNull WGPUQueueDescriptor> consumer)