# Sandbox.Rendering.FilterMode.Bilinear

```csharp
static FilterMode Bilinear
```

Interpolates between the four nearest texels in the same mip level.
Smoother than point sampling but does not blend between mip levels.

Declared in [Sandbox.Rendering.FilterMode](/api/Sandbox.Rendering.FilterMode).
Assembly: `Sandbox.Engine`.
