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