HDK
|
Go to the source code of this file.
Classes | |
class | MslShaderGenerator |
class | MslImplementation |
Base class for common MSL node implementations. More... | |
Macros | |
#define | TEXTURE_NAME(t) ((t) + "_tex") |
#define | SAMPLER_NAME(t) ((t) + "_sampler") |
Typedefs | |
using | MslShaderGeneratorPtr = shared_ptr< class MslShaderGenerator > |
MSL shader generator
Definition in file MslShaderGenerator.h.
Definition at line 17 of file MslShaderGenerator.h.
Definition at line 16 of file MslShaderGenerator.h.
using MslShaderGeneratorPtr = shared_ptr<class MslShaderGenerator> |
Definition at line 21 of file MslShaderGenerator.h.