Open eclazi opened 4 years ago
https://github.com/GPUOpen-LibrariesAndSDKs/display-library/blob/1ec71ce42f0a1e5101637ad92d6ef4f7e867d224/include/adl_defines.h#L526
///GL-Sync sync field option is Sync to Field 1 (used for Interlaced signal types) #define ADL_GLSYNC_SYNCFIELD_BOTH 1
Comment references field 1, but define references both. Also makes me wonder if the value is correct. Same for ADL_GLSYNC_SYNCFIELD_1
https://github.com/GPUOpen-LibrariesAndSDKs/display-library/blob/1ec71ce42f0a1e5101637ad92d6ef4f7e867d224/include/adl_defines.h#L526
Comment references field 1, but define references both. Also makes me wonder if the value is correct. Same for ADL_GLSYNC_SYNCFIELD_1