|
HDK
|
#include <MaterialXCore/Exception.h>
Include dependency graph for Library.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Typedefs | |
| using | StringStream = std::stringstream |
| A string stream. More... | |
| using | ShaderPtr = shared_ptr< Shader > |
| Shared pointer to a Shader. More... | |
| using | ShaderStagePtr = shared_ptr< ShaderStage > |
| Shared pointer to a ShaderStage. More... | |
| using | ShaderGeneratorPtr = shared_ptr< ShaderGenerator > |
| Shared pointer to a ShaderGenerator. More... | |
| using | ShaderNodeImplPtr = shared_ptr< ShaderNodeImpl > |
| Shared pointer to a ShaderNodeImpl. More... | |
| using | GenContextPtr = shared_ptr< GenContext > |
| Shared pointer to a GenContext. More... | |
| template<class T > | |
| using | CreatorFunction ) = shared_ptr< T >(*)( |
Library-wide includes and types. This file should be the first include for any public header in the MaterialXGenShader library.
Definition in file Library.h.
| using CreatorFunction = shared_ptr<T> (*)( |
| using GenContextPtr = shared_ptr<GenContext> |
Shared pointer to a GenContext.
| using ShaderGeneratorPtr = shared_ptr<ShaderGenerator> |
Shared pointer to a ShaderGenerator.
| using ShaderNodeImplPtr = shared_ptr<ShaderNodeImpl> |
Shared pointer to a ShaderNodeImpl.
| using ShaderStagePtr = shared_ptr<ShaderStage> |
Shared pointer to a ShaderStage.
| using StringStream = std::stringstream |