#include <GteHLSLComputeProgram.h>
Public Member Functions | |
HLSLComputeProgram () | |
virtual | ~HLSLComputeProgram () |
Public Member Functions inherited from gte::ComputeProgram | |
ComputeProgram () | |
std::shared_ptr< ComputeShader > const & | GetCShader () const |
void | SetCShader (std::shared_ptr< ComputeShader > const &shader) |
virtual | ~ComputeProgram () |
Definition at line 15 of file GteHLSLComputeProgram.h.
|
virtual |
Definition at line 13 of file GteHLSLComputeProgram.cpp.
HLSLComputeProgram::HLSLComputeProgram | ( | ) |
Definition at line 17 of file GteHLSLComputeProgram.cpp.