Shader: Add support for exp intrinsic

This commit is contained in:
Jérôme Leclercq
2021-12-05 17:02:46 +01:00
parent 7e4a058d41
commit 0aec863300
6 changed files with 39 additions and 13 deletions

View File

@@ -336,6 +336,7 @@ namespace Nz
{
// Require GLSL.std.450
case ShaderAst::IntrinsicType::CrossProduct:
case ShaderAst::IntrinsicType::Exp:
case ShaderAst::IntrinsicType::Length:
case ShaderAst::IntrinsicType::Max:
case ShaderAst::IntrinsicType::Min: