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