QueryDeviceParameterFloat32 Data Member Function

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

Prototype

int32 QueryDeviceParameterFloat32( int32 enum, Float32Array results )

Parameters

Parameter Type Parameter Name Documentation
int32enumAn integer representation of an OpenGL symbolic constant such as GL_MAX_COMPUTE_WORK_GROUP_COUNT.
<Float32Array>resultsA pointer to a <Float32Array> 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.