Code Monkey home page Code Monkey logo

Comments (9)

K0bin avatar K0bin commented on June 7, 2024

This is probably just caused by the AMD Windows driver not supporting VK_EXT_graphics_pipeline_libraries.

from dxvk.

alexhudg06 avatar alexhudg06 commented on June 7, 2024

This is probably just caused by the AMD Windows driver not supporting VK_EXT_graphics_pipeline_libraries.

It seems to have gotten better once I let the shaders cache per area but could that really be the cause?

from dxvk.

Blisto91 avatar Blisto91 commented on June 7, 2024

Yes. The extension mentioned above is specifically used to help such issues. Though Unreal Engine games are in general just not great in that regard.

from dxvk.

mbriar avatar mbriar commented on June 7, 2024

Yes, that is most likely the case. You can stand around in on spot as long as you want, it will still stutter on every new effect/material/object/whatever. Without VK_EXT_graphics_pipeline_libraries, DXVK can't precompile any shaders. That said, amdvlk enabled VK_EXT_graphics_pipeline_libraries for DXVK with the last update, so it's only a matter of time until it hits windows.

from dxvk.

alexhudg06 avatar alexhudg06 commented on June 7, 2024

Yes, that is most likely the case. You can stand around in on spot as long as you want, it will still stutter on every new effect/material/object/whatever. Without VK_EXT_graphics_pipeline_libraries, DXVK can't precompile any shaders. That said, amdvlk enabled VK_EXT_graphics_pipeline_libraries for DXVK with the last update, so it's only a matter of time until it hits windows.

so these files exist but there's
no way to implement them right now?

from dxvk.

Blisto91 avatar Blisto91 commented on June 7, 2024

It's a driver thing. The Windows AMD driver doesn't expose the extension for dxvk at the moment. Likely next release

from dxvk.

mbriar avatar mbriar commented on June 7, 2024

It's not files, it's a vulkan extension and they are implemented in the linux vulkan driver. You will have to wait for AMD to update the windows driver.

from dxvk.

alexhudg06 avatar alexhudg06 commented on June 7, 2024

It's not files, it's a vulkan extension and they are implemented in the linux vulkan driver. You will have to wait for AMD to update the windows driver.

Ah I see, unfortunate but your saying since this recent update happened with dxvk that amd is soon to update?

from dxvk.

mbriar avatar mbriar commented on June 7, 2024

AMD updated their linux vulkan driver with universal VK_EXT_graphics_pipeline_libraries support recently (before they explicitly disabled it for DXVK because it was apparently broken). The linux and windows drivers share the same base, so it is likely that this update will hit the windows driver soon.

from dxvk.

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.