Shader: Many fixes

This commit is contained in:
Jérôme Leclercq
2022-03-04 18:23:01 +01:00
parent 1919bd3302
commit a2f4f3c802
13 changed files with 161 additions and 84 deletions

View File

@@ -725,6 +725,9 @@ namespace Nz
case ShaderAst::PrimitiveType::UInt32:
return Integer{ 32, false };
case ShaderAst::PrimitiveType::String:
break;
}
throw std::runtime_error("unexpected type");