Ion
|
#include <memory>
#include <string>
#include <vector>
#include "base/macros.h"
#include "ion/base/referent.h"
#include "ion/gfx/renderer.h"
#include "ion/gfx/shaderinputregistry.h"
#include "ion/gfx/shaderprogram.h"
#include "ion/gfxutils/shadersourcecomposer.h"
#include "ion/port/mutex.h"
Go to the source code of this file.
Classes | |
class | ion::gfxutils::ShaderManager |
ShaderManager contains an association between shader programs, their names, and any source dependencies they have. More... | |
Namespaces | |
ion | |
Copyright 2016 Google Inc. | |
ion::gfxutils | |
Typedefs | |
typedef base::ReferentPtr < ShaderManager >::Type | ion::gfxutils::ShaderManagerPtr |