#include <GteComputeProgram.h>
Public Member Functions | |
ComputeProgram () | |
std::shared_ptr< ComputeShader > const & | GetCShader () const |
void | SetCShader (std::shared_ptr< ComputeShader > const &shader) |
virtual | ~ComputeProgram () |
Private Attributes | |
std::shared_ptr< ComputeShader > | mCShader |
Definition at line 15 of file GteComputeProgram.h.
|
virtual |
Definition at line 13 of file GteComputeProgram.cpp.
ComputeProgram::ComputeProgram | ( | ) |
Definition at line 17 of file GteComputeProgram.cpp.
|
inline |
Definition at line 37 of file GteComputeProgram.h.
|
inline |
Definition at line 43 of file GteComputeProgram.h.
|
private |
Definition at line 33 of file GteComputeProgram.h.