Urgent.News

What's breaking now, across thousands of outlets.

Tech

Nvidia's DLSS 5 Leaks Online, and Modders Have Already Turned It Into a Slop Filter

Nvidia debuted DLSS 5 back in March 2026 , promising to bring neural rendering to games in order to make them look more realistic. While pretty much everyone hated it, it seems like Nvidia has continued to work on it behind the scenes: It's leaked in a build of the NBA 2K27 beta. Twitter user @renan_maniero spotted the new DLSS file in the NBA 2K27 early access, called nvngx_dlssnr.dll. The 'nr'…

Nvidia's DLSS 5 Leaks Online, and Modders Have Already Turned It Into a Slop Filter

Nvidia introduced DLSS 5 in March 2026, claiming it would enhance game realism through neural rendering. However, many found it unappealing. The technology leaked from a beta version of NBA 2K27, where it was found in a file named nvngx_dlssnr.dll, with "nr" standing for neural rendering. Modders quickly incorporated the DLL into other games, such as Control and The Last of Us Part 2.

When activated, DLSS 5 reduces frame rates significantly, cutting from 95fps to 53fps in Control. The mod allows customization of settings, including auto skin mask, intensity, and style. While some users appreciate the increased detail and realism, others find the results bizarre. Nvidia's subreddit reveals mixed reactions, with one user calling it "deep fried."

Although the technology is still in its early stages, performance issues are likely to persist. Despite the potential for enhanced visuals, enabling DLSS 5 may not be justified due to its negative impact on frame rates.

Written by urgent.news from IGN's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at ign.com →

More in Tech

Web Workers and Service Workers: Two Different Tools for Two Different Problems

Has your UI ever frozen for a split second while doing some heavy calculation? Or have you ever wondered how apps like Twitter or your favorite news site still "kind of work" even when your internet…

  • Web Workers offload heavy JavaScript computations to prevent UI freezes.
  • Service Workers manage network requests and enable offline capabilities.
  • Web Workers cannot access the DOM, while Service Workers act as network proxies.

The Hidden Scaling Trap in Entity Framework's .Contains

tl;dr; - If Entity Framework processes a query that holds greater than 2100 parameters with a .Contains , Entity Framework generates a query that SQL Server cannot adequately plan around, and it can…

  • .Contains method in Entity Framework Core has hidden scaling trap impacting SQL Server performance
  • Parameter count limit of 2100 causes performance degradation when using OPENJSON
  • Solutions include chunking queries or using Entity Framework Core 3 interceptors

More from Friday 28 August →