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