QueryDeviceParameterIndexedFloat64 Data Member Function

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

Prototype

int32 QueryDeviceParameterIndexedFloat64( int32 enum, int32 index, Float64Array results )

Parameters

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