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 recordRepresents 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 WGPUSamplerBindingLayoutWGPUSamplerBindingLayout.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static WGPUSamplerBindingLayoutWGPUSamplerBindingLayout.clone(Arena arena, WGPUSamplerBindingLayout src) WGPUSamplerBindingLayout.nextInChain(@Nullable IWGPUChainedStruct value) @NotNull WGPUSamplerBindingLayoutWGPUBindGroupLayoutEntry.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 WGPUSamplerBindingLayoutWGPUSamplerBindingLayout.clone(Arena arena, WGPUSamplerBindingLayout src) WGPUBindGroupLayoutEntry.sampler(@NotNull WGPUSamplerBindingLayout value) voidWGPUSamplerBindingLayout.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)