| 670 | } |
| 671 | |
| 672 | std::string GpuShaderText::float3Keyword() const |
| 673 | { |
| 674 | return m_lang == LANGUAGE_OSL_1 ? "vector" : getVecKeyword<3>(m_lang); |
| 675 | } |
| 676 | |
| 677 | std::string GpuShaderText::float3Const(float x, float y, float z) const |
| 678 | { |
no outgoing calls
no test coverage detected