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 recordRepresents 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 WGPUBindGroupEntryExtrasWGPUBindGroupEntryExtras.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 WGPUBindGroupEntryExtrasWGPUBindGroupEntryExtras.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 WGPUBindGroupEntryExtrasWGPUBindGroupEntryExtras.clone(Arena arena, WGPUBindGroupEntryExtras src) voidWGPUBindGroupEntryExtras.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)