WIP SpirvWriter

This commit is contained in:
Jérôme Leclercq
2020-07-29 11:22:52 +02:00
parent 59add283cf
commit 251810ca99
9 changed files with 2670 additions and 0 deletions

View File

@@ -81,6 +81,15 @@ namespace Nz::ShaderNodes
StatementBlock
};
enum class SsaInstruction
{
OpAdd,
OpDiv,
OpMul,
OpSub,
OpSample
};
enum class SwizzleComponent
{
First,