Ion
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
tracinghelper.cc File Reference
#include "ion/gfx/tracinghelper.h"
#include <string.h>
#include <sstream>
#include "ion/base/stringutils.h"
#include "ion/portgfx/glheaders.h"
Include dependency graph for tracinghelper.cc:

Go to the source code of this file.

Namespaces

 ion
 Copyright 2016 Google Inc.
 
 ion::gfx
 

Macros

#define ION_ADD_CONSTANT(name)   (*constants)[name] = #name
 

Macro Definition Documentation

#define ION_ADD_CONSTANT (   name)    (*constants)[name] = #name
Note
Some constants are not available on some desktop platforms and are commented out in the following IonAddConstants* functions.

Definition at line 211 of file tracinghelper.cc.