HDK
|
#include <HwShaderGenerator.h>
Public Member Functions | |
virtual | ~HwResourceBindingContext () |
virtual void | initialize ()=0 |
virtual void | emitDirectives (GenContext &context, ShaderStage &stage)=0 |
virtual void | emitResourceBindings (GenContext &context, const VariableBlock &uniforms, ShaderStage &stage)=0 |
virtual void | emitStructuredResourceBindings (GenContext &context, const VariableBlock &uniforms, ShaderStage &stage, const std::string &structInstanceName, const std::string &arraySuffix=EMPTY_STRING)=0 |
![]() | |
virtual | ~GenUserData () |
GenUserDataPtr | getSelf () |
Return a shared pointer for this object. More... | |
ConstGenUserDataPtr | getSelf () const |
Return a shared pointer for this object. More... | |
template<class T > | |
shared_ptr< T > | asA () |
Return this object cast to a templated type. More... | |
template<class T > | |
shared_ptr< const T > | asA () const |
Return this object cast to a templated type. More... | |
Additional Inherited Members | |
![]() | |
GenUserData () | |
Class representing a context for resource binding for hardware resources.
Definition at line 337 of file HwShaderGenerator.h.
|
inlinevirtual |
Definition at line 340 of file HwShaderGenerator.h.
|
pure virtual |
Implemented in GlslResourceBindingContext.
|
pure virtual |
Implemented in GlslResourceBindingContext.
|
pure virtual |
Implemented in GlslResourceBindingContext.
|
pure virtual |
Implemented in GlslResourceBindingContext.