Calls glGetString to query the driver about the physical device manufacturer, GL version, and GLSL version.
int32 QueryDeviceParameterString( int32 enum, Str results )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| int32 | enum | An integer representation of an OpenGL symbolic constant such as GL_VENDOR. |
| <Str> | results | A pointer to a <Str> object that stores the query results. |
None published. Please look for an example in the Simdify Scripting Language code base.