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