| 79 | |
| 80 | template <typename ProgramType> |
| 81 | void SetProgram3d(ProgramType gpuProgram3d) |
| 82 | { |
| 83 | m_gpuProgram3d = static_cast<size_t>(gpuProgram3d); |
| 84 | } |
| 85 | |
| 86 | template <typename ProgramType> |
| 87 | ProgramType GetProgram3d() const |
no outgoing calls
no test coverage detected