<!--
{
  "availability" : [
    "iOS: 7.0.0 -",
    "iPadOS: 7.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.9.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SpriteKit",
  "identifier" : "/documentation/SpriteKit/SKTextureFilteringMode/nearest",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "SpriteKit"
    ],
    "preciseIdentifier" : "c:@E@SKTextureFilteringMode@SKTextureFilteringNearest"
  },
  "title" : "SKTextureFilteringMode.nearest"
}
-->

# SKTextureFilteringMode.nearest

Each pixel is drawn using the nearest point in the texture. This mode is faster, but the results are often pixelated.

```
case nearest
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)