Ion
|
#include <functional>
#include <string>
#include <vector>
#include "ion/base/allocatable.h"
#include "ion/base/lockguards.h"
#include "ion/base/referent.h"
#include "ion/gfx/image.h"
#include "ion/gfx/openglobjects.h"
#include "ion/port/mutex.h"
Go to the source code of this file.
Namespaces | |
ion | |
Copyright 2016 Google Inc. | |
ion::gfx | |
Typedefs | |
typedef base::ReferentPtr < Sampler >::Type | ion::gfx::SamplerPtr |
Convenience typedef for shared pointer to a Sampler. More... | |
typedef base::ReferentPtr < Shader >::Type | ion::gfx::ShaderPtr |
Convenience typedef for shared pointers to Shaders. More... | |
typedef base::ReferentPtr < ShaderProgram >::Type | ion::gfx::ShaderProgramPtr |
typedef base::ReferentPtr < TextureBase >::Type | ion::gfx::TextureBasePtr |