| 1032 | } |
| 1033 | |
| 1034 | std::string GpuShaderText::mat3fMul(const float * m3x3, |
| 1035 | const std::string & vecName) const |
| 1036 | { |
| 1037 | return matrix3Mul<float>(m3x3, vecName, m_lang); |
| 1038 | } |
| 1039 | |
| 1040 | std::string GpuShaderText::mat3fMul(const double * m3x3, |
| 1041 | const std::string & vecName) const |
no outgoing calls
no test coverage detected