Hi, I’d like to check if the monitor has support for G-Sync, G-Sync Ultimate or G-Sync Compatible with code. I found NVAPI has NvAPI_DISP_GetMonitorCapabilitiesm which returns NV_MONITOR_CAPABILITIES struct. The struct has a nested struct that has properties like supportVRR or isTrueGsync, but I am not entirely sure how I can use them to distinguish those different VRR techs. It’d be also great to know if there is a better way to retrieve the info.
Thanks.