microsoft / DxCapsViewer

DirectX Capabilities Viewer utility (dxcapsviewer.exe)

Home Page:https://walbourn.github.io/directx-caps-viewer-update/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Will it support High DPI?

Xiliusha opened this issue · comments

image
It looks blurry on Windows 10 20H2.

Currently it does not include the DPIAware manifest elements, it's relying on back-compat behavior at the moment.

<asmv3:application>
  <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
    <ms_windowsSettings:dpiAware xmlns:ms_windowsSettings="http://schemas.microsoft.com/SMI/2005/WindowsSettings">false</ms_windowsSettings:dpiAware>
  </asmv3:windowsSettings>
</asmv3:application>
</assembly>

I'll see if adding the manifest helps, but I'll need to see if I can find a repro.