pub fn create_linear_sampler(device: &Device, label: Option<&str>) -> SamplerExpand description
Create a linear sampler with ClampToEdge address mode.
This is the most common sampler configuration, suitable for:
- Terminal cell rendering
- Sixel graphics
- UI textures