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