|
Ion
|
#include <string>#include "ion/base/referent.h"#include "ion/gfx/attributearray.h"#include "ion/gfx/indexbuffer.h"#include "ion/math/range.h"

Go to the source code of this file.
Classes | |
| class | ion::gfx::Shape |
| A Shape object represents a shape (vertices + indices) to draw. More... | |
Namespaces | |
| ion | |
| Copyright 2016 Google Inc. | |
| ion::gfx | |
Typedefs | |
| typedef base::ReferentPtr < Shape >::Type | ion::gfx::ShapePtr |
| Convenience typedef for shared pointer to a Shape. More... | |