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