Uses of Record Class
club.doki7.webgpu.handle.WGPUSampler
Packages that use WGPUSampler
-
Uses of WGPUSampler in club.doki7.webgpu
Methods in club.doki7.webgpu that return WGPUSamplerModifier and TypeMethodDescription@Nullable WGPUSampler
WGPU.deviceCreateSampler
(WGPUDevice device, @Nullable IWGPUSamplerDescriptor descriptor) Methods in club.doki7.webgpu with parameters of type WGPUSamplerModifier and TypeMethodDescriptionvoid
WGPU.samplerAddRef
(WGPUSampler sampler) void
WGPU.samplerRelease
(WGPUSampler sampler) void
WGPU.samplerSetLabel
(WGPUSampler sampler, WGPUStringView label) -
Uses of WGPUSampler in club.doki7.webgpu.datatype
Methods in club.doki7.webgpu.datatype that return WGPUSamplerMethods in club.doki7.webgpu.datatype with parameters of type WGPUSampler -
Uses of WGPUSampler in club.doki7.webgpu.handle
Classes in club.doki7.webgpu.handle that implement interfaces with type arguments of type WGPUSamplerModifier and TypeClassDescriptionstatic final record
Represents a pointer toWGPUSampler
handle(s) in native memory.Methods in club.doki7.webgpu.handle that return WGPUSamplerModifier and TypeMethodDescription@Nullable WGPUSampler
WGPUSampler.Ptr.read()
@Nullable WGPUSampler
WGPUSampler.Ptr.read
(long index) Methods in club.doki7.webgpu.handle that return types with arguments of type WGPUSamplerMethods in club.doki7.webgpu.handle with parameters of type WGPUSamplerModifier and TypeMethodDescriptionstatic WGPUSampler.Ptr
WGPUSampler.Ptr.allocate
(Arena arena, @Nullable WGPUSampler @NotNull [] values) static WGPUSampler.Ptr
WGPUSampler.Ptr.allocateV
(Arena arena, @Nullable WGPUSampler value0, @Nullable WGPUSampler... values) void
WGPUSampler.Ptr.write
(long index, @Nullable WGPUSampler value) void
WGPUSampler.Ptr.write
(@Nullable WGPUSampler value) void
WGPUSampler.Ptr.write
(@Nullable WGPUSampler[] values) void
WGPUSampler.Ptr.writeV
(@Nullable WGPUSampler value0, @Nullable WGPUSampler... values) Method parameters in club.doki7.webgpu.handle with type arguments of type WGPUSamplerModifier and TypeMethodDescriptionstatic WGPUSampler.Ptr
WGPUSampler.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable WGPUSampler> values)