Ion
|
Go to the source code of this file.
Classes | |
class | ion::gfx::UniformBlock |
A UniformBlock is a grouping of uniforms that can be easily shared between multiple Nodes; changing a Uniform in a UniformBlock will thus automatically change it for all Nodes that share the block. More... | |
Namespaces | |
ion | |
Copyright 2016 Google Inc. | |
ion::gfx | |
Typedefs | |
typedef base::ReferentPtr < UniformBlock >::Type | ion::gfx::UniformBlockPtr |
Convenience typedef for shared pointer to a UniformBlock. More... | |