QueryDeviceParameterString Data Member Function

Calls glGetString to query the driver about the physical device manufacturer, GL version, and GLSL version.

Prototype

int32 QueryDeviceParameterString( int32 enum, Str results )

Parameters

Parameter Type Parameter Name Documentation
int32enumAn integer representation of an OpenGL symbolic constant such as GL_VENDOR.
<Str>resultsA pointer to a <Str> object that stores the query results.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.