Handle shader options of any type
This commit is contained in:
@@ -18,7 +18,10 @@
|
||||
|
||||
namespace Nz::ShaderAst
|
||||
{
|
||||
using NoValue = std::monostate;
|
||||
|
||||
using ConstantTypes = TypeList<
|
||||
NoValue,
|
||||
bool,
|
||||
float,
|
||||
Int32,
|
||||
|
||||
Reference in New Issue
Block a user