====== addOSCardProfile ====== (string vendor, string renderer, bool allowOpenGL, bool allowD3D, bool preferOpenGL) Register with the profile manager what rendering mode is preferred with the specified card. ===== Syntax ===== void addOSCardProfile(string %vendor, string %renderer, bool %allowOpenGL, bool %allowD3D, bool %preferOpenGL); ===== Parameters ===== [[scripting:doc:engine:types:string|string]] **%%%vendor%%**\\ No description available. [[scripting:doc:engine:types:string|string]] **%%%renderer%%**\\ No description available. [[scripting:doc:engine:types:bool|bool]] **%%%allowOpenGL%%**\\ No description available. [[scripting:doc:engine:types:bool|bool]] **%%%allowD3D%%**\\ No description available. [[scripting:doc:engine:types:bool|bool]] **%%%preferOpenGL%%**\\ No description available. ===== Return value ===== [[scripting:doc:engine:types:void|void]]\\ No description available. ===== Remarks ===== ===== Examples ===== ===== Source ===== Engine ===== See also ===== ===== References ===== This function is not called by any other functions.