Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/daybreak/src/wgpu/types.ts>WGPUSamplerDescriptor

[WIP] WebGPU API implementation for Deno, built using Dawn with FFI.
Latest
interface WGPUSamplerDescriptor
import { type WGPUSamplerDescriptor } from "https://deno.land/x/daybreak@0.1.2/src/wgpu/types.ts";

Properties

optional
label: string
addressModeU: wgpu.WGPUAddressMode
addressModeV: wgpu.WGPUAddressMode
addressModeW: wgpu.WGPUAddressMode
magFilter: wgpu.WGPUFilterMode
minFilter: wgpu.WGPUFilterMode
mipmapFilter: wgpu.WGPUFilterMode
lodMinClamp: number
lodMaxClamp: number
compare: wgpu.WGPUCompareFunction
maxAnisotropy: number
nextInChain: wgpu.WGPUChainedStruct
sType: wgpu.WGPUSType