Uses of Record Class
club.doki7.webgpu.datatype.WGPUBindGroupEntry
Packages that use WGPUBindGroupEntry
-
Uses of WGPUBindGroupEntry in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPUBindGroupEntryModifier 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 WGPUBindGroupEntryModifier and TypeMethodDescriptionstatic WGPUBindGroupEntry
@NotNull WGPUBindGroupEntry
WGPUBindGroupEntry.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.WGPUBindGroupEntry.binding
(int value) WGPUBindGroupEntry.buffer
(@Nullable WGPUBuffer value) static WGPUBindGroupEntry
WGPUBindGroupEntry.clone
(Arena arena, WGPUBindGroupEntry src) @Nullable WGPUBindGroupEntry
WGPUBindGroupDescriptor.entries()
WGPUBindGroupEntry.nextInChain
(@Nullable IWGPUChainedStruct value) WGPUBindGroupEntry.offset
(long value) WGPUBindGroupEntry.sampler
(@Nullable WGPUSampler value) WGPUBindGroupEntry.size
(long value) WGPUBindGroupEntry.textureView
(@Nullable WGPUTextureView value) WGPUBindGroupEntry.Ptr.toArray()
Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPUBindGroupEntryModifier and TypeMethodDescription@NotNull Iterator
<WGPUBindGroupEntry> WGPUBindGroupEntry.Ptr.iterator()
Methods in club.doki7.webgpu.datatype with parameters of type WGPUBindGroupEntryModifier and TypeMethodDescriptionstatic WGPUBindGroupEntry
WGPUBindGroupEntry.clone
(Arena arena, WGPUBindGroupEntry src) void
WGPUBindGroupEntry.Ptr.write
(long index, @NotNull WGPUBindGroupEntry value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPUBindGroupEntryModifier and TypeMethodDescriptionWGPUBindGroupEntry.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUBindGroupEntry> consumer)