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