About 63 results
Open links in new tab
  1. what is Vulkan :: Hades General Discussions - Steam Community

    Oct 31, 2020 · Vulkan is an implementation of a graphics API standard developed by the Kronos group. It basically allows programmers to tell how to display the things you see on the screen. The API …

  2. What is Vulkan and how does it differ from OpenGL?

    Mar 4, 2015 · Vulkan is a low-overhead API designed to bring code “closer to metal”, boosting performance and efficiency. It is based on AMD’s Mantle API, and the final spec is expected later this …

  3. How to set vulkan as default? :: Baldur's Gate 3 General Discussions

    Aug 4, 2023 · I changed bg3.exe (vulkan defalut) to bg3_dx11.exe and use the --skip-launcher launch option and now the game bypasses launcher and defaults to vulkan. dont foget to change …

  4. vulkan - Passing a unique Uniform buffer with each model - Game ...

    Jul 17, 2017 · I have been following "Vulkan Tuturial" on GitHub as a reference on how to get basic objects rendering. In their tutorial, they create the command buffers at the start of the application …

  5. Error! Sky requires a newer Vulkan 1.2 GPU driver.

    Apr 13, 2024 · If the latest driver for your graphics chip doesn't have Vulkan 1.2 support, there's nothing you can do short of upgrading the hardware.

  6. Implementing a Maya-like orbit camera in Vulkan/OpenGL

    Implementing a Maya-like orbit camera in Vulkan/OpenGL Ask Question Asked 3 years, 2 months ago Modified 3 years, 1 month ago

  7. Vulkan Error (FIXED) :: Sky: Children of the Light Gameplay Discussions

    May 26, 2024 · I try to open sky and it says "Could not determine Vulkan device count. ;ay need to install gpu drivers with Vulkan Support" and then it closes, i have my drivers fully updated and idk what to …

  8. Frame graph in Vulkan: from theory to implementation

    Dec 11, 2020 · The main problem In Vulkan the whole pipeline (with the corresponding render pass) must be pre-built. So the rebuilding of the whole graph every frame can be a bottleneck as I can …

  9. Unable to initialize Vulkan video driver (pls help me)

    Mar 31, 2024 · Im surprised honestly vulkan works with cards even back from 2012, dunno if something changed there Probably because those older cards don't support newer versions of Vulkan.

  10. Unexpected performance different between D3D12 and Vulkan

    Apr 2, 2023 · Profiling actually helped me figure this out. I had a slightly different draw-order between the DX12 and Vulkan implementations, resulting in more efficient ordering on the DX12 path. Fixing that …