| 73 | |
| 74 | template <typename ProgramType> |
| 75 | ProgramType GetProgram() const |
| 76 | { |
| 77 | return static_cast<ProgramType>(m_gpuProgram); |
| 78 | } |
| 79 | |
| 80 | template <typename ProgramType> |
| 81 | void SetProgram3d(ProgramType gpuProgram3d) |
no outgoing calls
no test coverage detected