Yea, it may just be a wash in the long run. VRS is only used on the 3D pipeline, and PS5 has a significant advantage in that particular area. If VRS is enabled on series consoles, it may help with resolving the series consoles imbalances when it comes to its own compute vs FF hardware bottlenecks. Or it may help with just dealing with more complex areas, the series consoles will need it especially the Series S. It's really just a place for it to grow when they've maxed out other areas. PS5 maybe able to make up the loss on the FF side of things, which is why we haven't seen the Series X be able to pull away from PS5. I think looking at it, the amount of extra compute is more less enough to keep it competitive with PS5. In particular resolution typically being the only advantage if it happens. But if you want to change that 'resolution' buff into something else, like bringing in higher rendering features, VRS is an ideal candidate to optimize those areas for and layer them in.My only worry about VRS is the lack of (h/w) support for it on PS5. If that's the case then there won't be as much incentive for developers to try to find great usage for it, and we will continue getting "cheap" implementations like these we've seen so far.
I was actually thinking the backend; fill rateFront end FF is an interesting discussion that we may not see the results for few years after cross gen has passed.
In the long term moving towards mesh shaders, but between now and then seems like will be a lot of growing pains with it.
So we may not know for a while if XS FF is a medium to long term shackle, short term it is a bit.
Even if it is I wouldn't expect it to hand in huge losses in comparison to ps5 though.
Will also take devs time to fill in async compute work to make use of the added resources that VRS will give.
I'm not expecting that to result in higher resolution, but other improvements if devs can be bothered to make use of the higher compute of xbox.
sorry,is my mistake.i should call it "pixel degredation" not "pixel error problem".it is differentExplain what you mean by this, "game pixel error problem".
Your next statement is also a semantically wrong as VRS is entitely under the direct control of the developers. They could design their implementation so it always applies to a minimum set amount if it was absolutely desired. It's generally not.
The best systems are the genuinely dynamic and multifaceted that use VRS and DRS. As documented through blogs and developer interviews linked earlier, in most situations their VRS implementation works well enough to prevent DRS from needing to kick in. This provides for better image quality levels than having to lower the resolution.
Series consoles are now the baseline for feature set. So that's why they use VRS Tier 2. They expect that any PC user buying a new GPU today, would also have these features standard.and i always have a question:i have see lots of game can use VRS tier2 (for example:halo i;Doom Eternal),but why?just xbox series can support it but PC Ver. cant?i think it not difficult to dx12 to do that
There have been some software-based VRS implementations that haven't been horrible. I'm drawing a blank on the titles, but they exist.
Hardware VRS is super limited as the tile size is way too big.
My only worry about VRS is the lack of (h/w) support for it on PS5. If that's the case then there won't be as much incentive for developers to try to find great usage for it, and we will continue getting "cheap" implementations like these we've seen so far.
EDIT:
Is this what you're talking about? Taken from @ https://microsoft.github.io/DirectX-Specs/d3d/VariableRateShading.html
Where it looks like the tiles are 8x8 or 16x16, if I parsed the info correctly:
Tier 2
- Screen space image tile size is 16x16 or smaller
VRS Tiles
On Tier 2 platforms, there is the notion of a “VRS Tile”. VRS tile size determines
Because of this, “VRS tile size” is synonymous with “shading rate image tile size”. For information on this queriable quantity, see the section “Tile size” under “Tier 2”.
- The width and height of the render target area described by one texel of the screenspace image; it is likely to affect the size of the screenspace image an application will want to allocate
- The width and height of the region of a target having uniform shading rate when drawing one primitive
An application may specify shading rates through the screenspace image or per-primitive or any type of combiners thereof, but it is not possible to have more than one shading rate used within the same VRS tile for one primitive.
Tiles and coarse pixels: sizing
VRS tiles are sized such that their dimensions are an even multiple of coarse pixel sizes.
Tiles and coarse pixels: positioning
The coarse pixel grid is locked to the VRS tile grid; that is, coarse pixels cannot straddle VRS tile boundaries.
Tiles determine the chosen option for coarse shading and are decided by the application based on the properties of the content which each tile is covering. Thus a tile of 8x8 can perform shading in 2x1 "strips" if the content needs it. It's not obvious that a smaller tile size would be a significant win in performance for such cases - how often do you see a single blade of grass?Hardware VRS is limited to things like 8x8 tile sizes right now. Tests and shipping games from multiple people working on VRS have shown that this sort of large tile size can quickly see performance benefits get minimal when content ends up smaller than these tiles. Meanwhile software VRS can do 2x2 pixel tiles, and both compute and pixel shaders together. Feature size, like say a distant branch or blade of grass or etc., is a lot more likely to fit into a 2x2 tile, or even a 1x2/2x1 tile, which can also be done and still shows some speedup.
One of these tests was even done by a developer in MS's advanced tech group, so they have hardware VRS, but even there with a relatively simple terrain/sky only scene he found software VRS and a 2x2 tile size offered a lot more speedup than hardware VRS.
Yeah, it was a bit confusing because they can do per primitive which could be smaller than 8x8. However the tile size limitation comes into play since you only get 1 shader rate per 8x8 tile. So any complex tiles with 2 different speeds will have to run at the most precise speed.Hardware VRS is limited to things like 8x8 tile sizes right now.
I think the future is going in a direction that obsoletes HW VRS ...What happened to this technology? Is any game using it?
What happened to this technology? Is any game using it?
Many games are using it, especially on Xbox Series consoles - sometimes it's not exposed on PC for some reason.What happened to this technology? Is any game using it?