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