[SOLVED] DirectX 11 is not smooth with high fps

Popikaify

Distinguished
Jan 13, 2017
191
1
18,695
When playing world of warcraft,i get higher fps with dx11 over dx12 and less memory usage.But the problem is that even with high fps way over 60 my fps feels choppy,like im playing with 40 instead of 60 fps.How do i fix this ?
 
Solution
DX9 :unsure: I thought they removed that before DX12 was added?
  • -d3d11legacy "SingleThreaded"
  • -d3d11 " MultiThreaded"
  • -d3d12
Those should be your options. Legacy should work best with older hardware, drivers, and OS versions. If you have a modern CPU/GPU and 16gigs of RAM then DX12 or DX11 should be the better call.

Choppy can be many things including irregular latency.

delaro

Judicious
Ambassador
DX9 :unsure: I thought they removed that before DX12 was added?
  • -d3d11legacy "SingleThreaded"
  • -d3d11 " MultiThreaded"
  • -d3d12
Those should be your options. Legacy should work best with older hardware, drivers, and OS versions. If you have a modern CPU/GPU and 16gigs of RAM then DX12 or DX11 should be the better call.

Choppy can be many things including irregular latency.
 
Solution