|
Ion
|
#include "ion/portgfx/isextensionsupported.h"#include <cctype>#include <cstring>#include "ion/base/logging.h"#include "ion/portgfx/glheaders.h"#include "ion/portgfx/visual.h"
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... | |