| 751 | } |
| 752 | |
| 753 | std::string GpuShaderText::float4Keyword() const |
| 754 | { |
| 755 | return getVecKeyword<4>(m_lang); |
| 756 | } |
| 757 | |
| 758 | std::string GpuShaderText::float4Const(const float x, const float y, const float z, const float w) const |
| 759 | { |
no outgoing calls
no test coverage detected