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