|
NAMEal_get_opengl_proc_address - Allegro 5 APISYNOPSIS
DESCRIPTIONHelper to get the address of an OpenGL symbolExample: How to get the function glMultiTexCoord3fARB that comes with ARB’s Multitexture extension:
If glMultiTexCoord3fARB is not NULL then it can be used as if it has been defined in the OpenGL core library. Note: Under Windows, OpenGL functions may need a special calling convention, so it’s best to always use the ALLEGRO_DEFINE_PROC_TYPE macro when declaring function pointer types for OpenGL functions. Parameters: name - The name of the symbol you want to link to. RETURN VALUEA pointer to the symbol if available or NULL otherwise.
Visit the GSP FreeBSD Man Page Interface. |