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