Next | Prev | Up | Top | Contents | Index

Determining Extension Availability

Function names and tokens for OpenGL extensions have EXT or a vendor-specific acronym as a suffix, for example glConvolutionFilter2DEXT() or glColorTableSGI(). The names of the extensions themselves (the extension strings) use prefixes, for example, SGI_color_table. Here's a detailed list of all suffixes and prefixes:


How to Check for OpenGL Extension Availability
Example Program: Checking for Extension Availability
Checking for GLX Extension Availability

Next | Prev | Up | Top | Contents | Index