QueryExtension Data Member Function

Returns true if the extension queried is support by the current OpenGL driver.

Prototype

int32 QueryExtension( string p_sExtension )

Parameters

Parameter Type Parameter Name Documentation
stringp_sExtensionA string containing an OpenGL extension name. For example "GL_ARB_fragment_shader".

Examples

Copy Text To Clipboard

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