|
HDK
|
#include <MaterialXGenShader/Export.h>
Include dependency graph for GenUserData.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | GenUserData |
Typedefs | |
| using | GenUserDataPtr = std::shared_ptr< GenUserData > |
| Shared pointer to a GenUserData. More... | |
| using | ConstGenUserDataPtr = std::shared_ptr< const GenUserData > |
| Shared pointer to a constant GenUserData. More... | |
User data base class for shader generation
Definition in file GenUserData.h.
| using ConstGenUserDataPtr = std::shared_ptr<const GenUserData> |
Shared pointer to a constant GenUserData.
Definition at line 22 of file GenUserData.h.
| using GenUserDataPtr = std::shared_ptr<GenUserData> |
Shared pointer to a GenUserData.
Definition at line 19 of file GenUserData.h.