[Previous] [Contents] [Index] [Next]

Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

GLPH_DECLARE_FUNCS, GLPH_DECLARE_EXTERN_FUNCS

Declare GLPh functions

Synopsis:

#define GLPH_DECLARE_FUNCS ...
#define GLPH_DECLARE_EXTERN_FUNCS ...

Library:

GL

Description:

Use these macros to declare the GLPh extension functions. Use the GLPH_DECLARE_EXTERN_FUNCS version to declare function pointers as extern. These macros are an alternative to explicitly declaring each GLPh extension function.

Classification:

Neutrino

Safety:
Cancellation point No
Interrupt handler No
Signal handler No
Thread No

See also:

GLPH_LOAD_FUNCS_GC(), GLPH_LOAD_FUNCS_IDX()

"OpenGL" section of the Raw Drawing and Animation chapter in the Photon Programmer's Guide


[Previous] [Contents] [Index] [Next]