reepblue Posted May 13, 2022 Share Posted May 13, 2022 I would like to make custom default settings for user's running AMD/Intel integrated graphics to prevent current issues on boot up, How could I go about this? 1 Quote Cyclone - Ultra Game System - Component Preprocessor - Tex2TGA - Darkness Awaits Template (Leadwerks) If you like my work, consider supporting me on Patreon! Link to comment Share on other sites More sharing options...
Josh Posted May 16, 2022 Share Posted May 16, 2022 auto driver = GraphicsDriver::GetCurrent(); auto vendor = driver->GetVendor() Vendor may be one of these: #define VENDOR_AMD 1 #define VENDOR_NVIDIA 2 #define VENDOR_INTEL 3 #define VENDOR_UNKNOWN 4 2 Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.