Uses of Record Class
club.doki7.webgpu.datatype.WGPUComputePipelineDescriptor
Packages that use WGPUComputePipelineDescriptor
-
Uses of WGPUComputePipelineDescriptor in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPUComputePipelineDescriptorModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.webgpu.datatype that return WGPUComputePipelineDescriptorModifier and TypeMethodDescription@NotNull WGPUComputePipelineDescriptorWGPUComputePipelineDescriptor.Ptr.at(long index) Returns (a pointer to) the structure at the given index.WGPUComputePipelineDescriptor.clone(Arena arena, WGPUComputePipelineDescriptor src) WGPUComputePipelineDescriptor.compute(@NotNull WGPUProgrammableStageDescriptor value) WGPUComputePipelineDescriptor.compute(Consumer<@NotNull WGPUProgrammableStageDescriptor> consumer) WGPUComputePipelineDescriptor.label(@NotNull WGPUStringView value) WGPUComputePipelineDescriptor.label(Consumer<@NotNull WGPUStringView> consumer) WGPUComputePipelineDescriptor.layout(@Nullable WGPUPipelineLayout value) WGPUComputePipelineDescriptor.nextInChain(@Nullable IWGPUChainedStruct value) WGPUComputePipelineDescriptor.Ptr.toArray()Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPUComputePipelineDescriptorModifier and TypeMethodDescription@NotNull Iterator<WGPUComputePipelineDescriptor> WGPUComputePipelineDescriptor.Ptr.iterator()Methods in club.doki7.webgpu.datatype with parameters of type WGPUComputePipelineDescriptorModifier and TypeMethodDescriptionWGPUComputePipelineDescriptor.clone(Arena arena, WGPUComputePipelineDescriptor src) voidWGPUComputePipelineDescriptor.Ptr.write(long index, @NotNull WGPUComputePipelineDescriptor value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPUComputePipelineDescriptorModifier and TypeMethodDescriptionWGPUComputePipelineDescriptor.Ptr.at(long index, @NotNull Consumer<@NotNull WGPUComputePipelineDescriptor> consumer)