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