F5F Stay Refreshed Software PC Gaming Doom uses OpenGL for rendering.

Doom uses OpenGL for rendering.

Doom uses OpenGL for rendering.

N
nadi2670
Junior Member
19
04-01-2023, 03:48 PM
#1
N
nadi2670
04-01-2023, 03:48 PM #1

S
Sliger1337
Junior Member
37
04-01-2023, 10:48 PM
#2
Vulkan is the upcoming API designed to eventually supersede open GL. If you're using an AMD graphics card, it's recommended to run Vulkan for better performance gains. On NVIDIA platforms, both technologies currently offer similar results because the driver manages asynchronous computation at the system level rather than the hardware level, unlike AMD cards.
S
Sliger1337
04-01-2023, 10:48 PM #2

Vulkan is the upcoming API designed to eventually supersede open GL. If you're using an AMD graphics card, it's recommended to run Vulkan for better performance gains. On NVIDIA platforms, both technologies currently offer similar results because the driver manages asynchronous computation at the system level rather than the hardware level, unlike AMD cards.

W
Whatever_YT
Member
161
04-03-2023, 12:00 PM
#3
Using a GPU that supports Vulkan will improve performance, while older cards without this support are fine.
W
Whatever_YT
04-03-2023, 12:00 PM #3

Using a GPU that supports Vulkan will improve performance, while older cards without this support are fine.

Z
Zologa19
Member
65
04-05-2023, 02:48 AM
#4
For AMD cards manufactured in 7000, 200-series or newer, consider using Vulkan to enhance performance.
Z
Zologa19
04-05-2023, 02:48 AM #4

For AMD cards manufactured in 7000, 200-series or newer, consider using Vulkan to enhance performance.

L
LaniBooster
Senior Member
344
04-10-2023, 10:44 PM
#5
We refer to "asynchronous compute" as running several hardware queues at once within the chip, meaning there isn't a separate "driver-based" version. Its character is determined by how the hardware is utilized. Both Maxwell and Pascal offer multiple queues, which provides the required infrastructure. For Maxwell cards, the driver blocks this capability, forcing all instructions through one queue. Pascal supports scaling for asynchronous compute, while AMD's GCN implementation appears more effective in practice.
L
LaniBooster
04-10-2023, 10:44 PM #5

We refer to "asynchronous compute" as running several hardware queues at once within the chip, meaning there isn't a separate "driver-based" version. Its character is determined by how the hardware is utilized. Both Maxwell and Pascal offer multiple queues, which provides the required infrastructure. For Maxwell cards, the driver blocks this capability, forcing all instructions through one queue. Pascal supports scaling for asynchronous compute, while AMD's GCN implementation appears more effective in practice.

B
64
04-15-2023, 07:33 AM
#6
I evaluated two setups for comparison: my second rig with an Intel i7 and high-end graphics versus a third rig using AMD FX8350. I tested both OGL and Vulkan, noting significant differences in performance—Vulkan delivered 60-90fps to 100+ with the latter, while OGL reached 70+ with over 100fps. The Kepler model lacked async compute, which affected Vulkan’s speed. On my HD7950, I was surprised by higher frame rates using Vulkan compared to my Titans’ OGL setup, suggesting a potential drop if I switched back to OGL for those GPUs.
B
BatistaCrafter
04-15-2023, 07:33 AM #6

I evaluated two setups for comparison: my second rig with an Intel i7 and high-end graphics versus a third rig using AMD FX8350. I tested both OGL and Vulkan, noting significant differences in performance—Vulkan delivered 60-90fps to 100+ with the latter, while OGL reached 70+ with over 100fps. The Kepler model lacked async compute, which affected Vulkan’s speed. On my HD7950, I was surprised by higher frame rates using Vulkan compared to my Titans’ OGL setup, suggesting a potential drop if I switched back to OGL for those GPUs.