用鲁大师和gpuz检测也是一个。。。ADL_SDK中的
int ADL_Main_Control_Create ( ADL_MAIN_MALLOC_CALLBACK callback,int iEnumConnectedAdapters ) 这个函数的第二个参数属性解释是:Specify a value of 0 to retrieve adapter information for all adapters that have ever been present in the system. Specify a value of 1 to retrieve adapter information only for adapters that are physically present and enabled in the system.把它设为1.
然后用 ADL_Adapter_NumberOfAdapters_Get(int *)得到两个显卡。
ps:上面函数的第二个参数为零时是4个显卡。
请问有懂的吗?这是什么情况
int ADL_Main_Control_Create ( ADL_MAIN_MALLOC_CALLBACK callback,int iEnumConnectedAdapters ) 这个函数的第二个参数属性解释是:Specify a value of 0 to retrieve adapter information for all adapters that have ever been present in the system. Specify a value of 1 to retrieve adapter information only for adapters that are physically present and enabled in the system.把它设为1.
然后用 ADL_Adapter_NumberOfAdapters_Get(int *)得到两个显卡。
ps:上面函数的第二个参数为零时是4个显卡。
请问有懂的吗?这是什么情况