Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

Feature Request Hybrid Renderer Deferred Texturing

Discussion in 'Graphics for ECS' started by kite3h, May 23, 2022.

  1. kite3h

    kite3h

    Joined:
    Aug 27, 2012
    Posts:
    192
    Aaltonen's GPU driven Renderpipeline is
    now a technique for modern game that cannot be delayed any longer.
    I think that other parts have been implemented to some extent with Hybrid Renderer.
    But
    DeferredTexture seems to have no plans at all.


    Unreal 5 nanaite does deferred texture sampling using the visibility buffer.

    Everyone knows that if the triangle size is small, the load will increase.

    If the Unity HLOD supports nesting, then we wouldn't have to worry about this.

    Since HLOD does not support nesting, the size of the triangle inevitably becomes smaller.

    Either HLOD nesting or deferred texture sampling should be added.