DryreL

Results 8 comments of DryreL

I agree! I wish he would update this more

Same problem here. I'm really getting sick of it. Tried to reinstall 5 times, try to open it via administrator, msysc2 etc.. none of them worked

How to solve this? ![image](https://github.com/WSA-Community/WSAGAScript/assets/20909077/32cb7d69-6976-480b-95be-ab31d1b0d161)

> Does your system have AMD GPU installed? The GetGPUs will only return the AMD GPU. I personally don't have AMD GPU but my friend has. I'm developing a plugin...

> Hi, > > To loop through any `ADLXList`, you can use the [`Begin()`](https://github.com/GPUOpen-LibrariesAndSDKs/ADLX/blob/d3612344d19250f6030b27a787e8eeb2322e5dec/SDK/Include/ICollections.h#L126) and [`End()`](https://github.com/GPUOpen-LibrariesAndSDKs/ADLX/blob/d3612344d19250f6030b27a787e8eeb2322e5dec/SDK/Include/ICollections.h#L161) methods. > > ```c++ > int gpuCount = 0; > > for (adlx_uint itr...