jp7677 / dxvk-nvapi

Alternative NVAPI implementation on top of DXVK.
MIT License
353 stars 32 forks source link

Macro magic #90

Closed Saancreed closed 2 years ago

Saancreed commented 2 years ago

As discussed earlier. Vulkan (and LFX) stuff remains untouched because there's not much to be gained there.

A minor change to GETPROCADDR allowed me to also get rid of template <typename T> T GetProcAddress(…).

jp7677 commented 2 years ago

Thanks for the follow up! Tbh, I would prefer to keep the template in Nvml, otherwise LGTM!

Saancreed commented 2 years ago

Done :slightly_smiling_face:

jp7677 commented 2 years ago

Pushed to master, thanks!