#include <GteHLSLVisualProgram.h>

Public Member Functions | |
| HLSLVisualProgram () | |
| virtual | ~HLSLVisualProgram () |
Public Member Functions inherited from gte::VisualProgram | |
| std::shared_ptr< GeometryShader > const & | GetGShader () const |
| std::shared_ptr< PixelShader > const & | GetPShader () const |
| std::shared_ptr< VertexShader > const & | GetVShader () const |
| void | SetGShader (std::shared_ptr< GeometryShader > const &shader) |
| void | SetPShader (std::shared_ptr< PixelShader > const &shader) |
| void | SetVShader (std::shared_ptr< VertexShader > const &shader) |
| VisualProgram () | |
| virtual | ~VisualProgram () |
Definition at line 15 of file GteHLSLVisualProgram.h.
|
virtual |
Definition at line 13 of file GteHLSLVisualProgram.cpp.
| HLSLVisualProgram::HLSLVisualProgram | ( | ) |
Definition at line 17 of file GteHLSLVisualProgram.cpp.