Table of Contents

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

string %vendor
No description available.

string %renderer
No description available.

bool %allowOpenGL
No description available.

bool %allowD3D
No description available.

bool %preferOpenGL
No description available.

Return value

void
No description available.

Remarks

Examples

Source

Engine

See also

References

This function is not called by any other functions.