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