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 WGPUSamplerWGPU.deviceCreateSampler(WGPUDevice device, @Nullable IWGPUSamplerDescriptor descriptor) Methods in club.doki7.webgpu with parameters of type WGPUSamplerModifier and TypeMethodDescriptionvoidWGPU.samplerAddRef(WGPUSampler sampler) voidWGPU.samplerRelease(WGPUSampler sampler) voidWGPU.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 recordRepresents a pointer toWGPUSamplerhandle(s) in native memory.Methods in club.doki7.webgpu.handle that return WGPUSamplerModifier and TypeMethodDescription@Nullable WGPUSamplerWGPUSampler.Ptr.read()@Nullable WGPUSamplerWGPUSampler.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.PtrWGPUSampler.Ptr.allocate(Arena arena, @Nullable WGPUSampler @NotNull [] values) static WGPUSampler.PtrWGPUSampler.Ptr.allocateV(Arena arena, @Nullable WGPUSampler value0, @Nullable WGPUSampler... values) voidWGPUSampler.Ptr.write(long index, @Nullable WGPUSampler value) voidWGPUSampler.Ptr.write(@Nullable WGPUSampler value) voidWGPUSampler.Ptr.write(@Nullable WGPUSampler[] values) voidWGPUSampler.Ptr.writeV(@Nullable WGPUSampler value0, @Nullable WGPUSampler... values) Method parameters in club.doki7.webgpu.handle with type arguments of type WGPUSamplerModifier and TypeMethodDescriptionstatic WGPUSampler.PtrWGPUSampler.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable WGPUSampler> values)