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