You can do native 4k rendering on Neo. As a developer that’s what we did. We just change the way we render. Currently all games render each pixel during each frame. This made sense up to 1080p. Now with 4k we have 4x the amount of pixels. So even on PC we can’t brute force it anymore. So the way we are rendering needs…