QueryDeviceParameterInt64 Data Member Function

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

Prototype

int32 QueryDeviceParameterInt64( int32 enum, Int64Array results )

Parameters

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