Ion
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
isextensionsupported.h File Reference
#include <string>
Include dependency graph for isextensionsupported.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 ion
 Copyright 2016 Google Inc.
 
 ion::portgfx
 

Functions

ION_API bool ion::portgfx::IsExtensionSupported (const std::string &unprefixed_extension, const std::string &extensions_string)
 Returns whether the currently bound OpenGL implementation supports the named extension. More...
 
ION_API bool ion::portgfx::IsExtensionSupported (const char *unprefixed_extension)
 A convenience wrapper around the above which takes the unprefixed extension directly as a C string. More...
 
ION_API bool ion::portgfx::IsExtensionIncomplete (const char *unprefixed_extension)
 Returns whether the passed extension is known to be incomplete for the current platform. More...