HDK
|
#include <MaterialXGenShader/Export.h>
#include <MaterialXGenShader/GenContext.h>
#include <MaterialXGenShader/ShaderGenerator.h>
Go to the source code of this file.
Classes | |
class | HwLightShaders |
class | HwShaderGenerator |
class | HwImplementation |
class | HwResourceBindingContext |
Namespaces | |
HW | |
HW specific identifiers. | |
Stage | |
Typedefs | |
using | HwLightShadersPtr = shared_ptr< class HwLightShaders > |
Shared pointer to a HwLightShaders. More... | |
using | HwShaderGeneratorPtr = shared_ptr< class HwShaderGenerator > |
Shared pointer to a HwShaderGenerator. More... | |
using | HwResourceBindingContextPtr = shared_ptr< class HwResourceBindingContext > |
Shared pointer to a HwResourceBindingContext. More... | |
Hardware shader generator base class
Definition in file HwShaderGenerator.h.
using HwLightShadersPtr = shared_ptr<class HwLightShaders> |
Shared pointer to a HwLightShaders.
Definition at line 235 of file HwShaderGenerator.h.
using HwResourceBindingContextPtr = shared_ptr<class HwResourceBindingContext> |
Shared pointer to a HwResourceBindingContext.
Definition at line 239 of file HwShaderGenerator.h.
using HwShaderGeneratorPtr = shared_ptr<class HwShaderGenerator> |
Shared pointer to a HwShaderGenerator.
Definition at line 237 of file HwShaderGenerator.h.