Ion
|
#include <string>
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... | |