Giter VIP home page Giter VIP logo

Comments (2)

stromkos avatar stromkos commented on June 10, 2024

Variable rate shading would not improve the performance of most of the common graphics limiting factors:

  • Draw Call counts
  • PCIE transfers of Vertices, Textures and Parameters

It is only helpful in pixel shaders with complex calculations such as in procedural generators, particles, large numbers of texture lookups...

The main drawback is the loss of stencil mask precision, most notably in the depth (Z) buffer making it unsuitable for many of the common shadow algorithms.

VRS is only available on DirectX 12 and Vulkan neither of which is generally implemented as of 3.8.1, greatly increasing the cross-platform complexity and non-parity.

Alternative

You could simply render your game to a RenderTarget a 1/2 resolution on each axis and then draw it scaled to fit the screen.

from monogame.

mrhelmut avatar mrhelmut commented on June 10, 2024

VRS is an advanced rendering technique that is very unlikely to be of use to more than 0.1% of MG's user base. I don't think that we've ever seen a game made with MG that has this level of requirements.

Also, this is more within the scope of an engine, which MG isn't. MG is more about providing the building blocks to implement your own techniques than providing an actual advanced renderer.

from monogame.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.