QueryDeviceParameterInt32 Data Member Function

Calls glGetIntegerv to query the driver about the state of OpenGL on the physical device.

Prototype

int32 QueryDeviceParameterInt32( int32 enum, Int32Array results )

Parameters

Parameter Type Parameter Name Documentation
int32enumAn integer representation of an OpenGL symbolic constant such as GL_MAX_COMPUTE_WORK_GROUP_COUNT.
<Int32Array>resultsA pointer to an <Int32Array> that stores the query results. This must have enough storage to store the number of values provided by the query.

Examples

Copy Text To Clipboard

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