Ion
|
#include <cstring>
#include <sstream>
#include <string>
#include "base/macros.h"
#include "ion/base/logging.h"
#include "ion/portgfx/getglprocaddress.h"
#include "ion/portgfx/glheaders.h"
Go to the source code of this file.
Namespaces | |
ion | |
Copyright 2016 Google Inc. | |
ion::portgfx | |
Macros | |
#define | ION_USES_DOUBLE_DEPTH 0 |
Functions | |
void * | ion::portgfx::GetGlProcAddress (const char *name, bool is_core) |
Returns a generic pointer to an OpenGL function or OpenGL extension function with the given name. More... | |
#define ION_USES_DOUBLE_DEPTH 0 |
Definition at line 52 of file getglprocaddress.cc.