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 recordRepresents 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 WGPUBindGroupDescriptorWGPUBindGroupDescriptor.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static WGPUBindGroupDescriptorWGPUBindGroupDescriptor.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 WGPUBindGroupDescriptorWGPUBindGroupDescriptor.clone(Arena arena, WGPUBindGroupDescriptor src) voidWGPUBindGroupDescriptor.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)