Uses of Record Class
club.doki7.webgpu.datatype.WGPUBindGroupEntryExtras
Packages that use WGPUBindGroupEntryExtras
-
Uses of WGPUBindGroupEntryExtras in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPUBindGroupEntryExtrasModifier 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 WGPUBindGroupEntryExtrasModifier and TypeMethodDescriptionstatic WGPUBindGroupEntryExtras
@NotNull WGPUBindGroupEntryExtras
WGPUBindGroupEntryExtras.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.WGPUBindGroupEntryExtras.bufferCount
(long value) WGPUBindGroupEntryExtras.buffers
(WGPUBuffer.Ptr value) WGPUBindGroupEntryExtras.chain
(@NotNull WGPUChainedStruct value) WGPUBindGroupEntryExtras.chain
(Consumer<@NotNull WGPUChainedStruct> consumer) static WGPUBindGroupEntryExtras
WGPUBindGroupEntryExtras.clone
(Arena arena, WGPUBindGroupEntryExtras src) WGPUBindGroupEntryExtras.samplerCount
(long value) WGPUBindGroupEntryExtras.samplers
(WGPUSampler.Ptr value) WGPUBindGroupEntryExtras.textureViewCount
(long value) WGPUBindGroupEntryExtras.textureViews
(WGPUTextureView.Ptr value) WGPUBindGroupEntryExtras.Ptr.toArray()
Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPUBindGroupEntryExtrasModifier and TypeMethodDescription@NotNull Iterator
<WGPUBindGroupEntryExtras> WGPUBindGroupEntryExtras.Ptr.iterator()
Methods in club.doki7.webgpu.datatype with parameters of type WGPUBindGroupEntryExtrasModifier and TypeMethodDescriptionstatic WGPUBindGroupEntryExtras
WGPUBindGroupEntryExtras.clone
(Arena arena, WGPUBindGroupEntryExtras src) void
WGPUBindGroupEntryExtras.Ptr.write
(long index, @NotNull WGPUBindGroupEntryExtras value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPUBindGroupEntryExtrasModifier and TypeMethodDescriptionWGPUBindGroupEntryExtras.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUBindGroupEntryExtras> consumer)