Shader: Rework Swizzle and add support for swizzle store in SPIRV
This commit is contained in:
@@ -128,14 +128,6 @@ namespace Nz
|
||||
UInt32, //< ui32
|
||||
};
|
||||
|
||||
enum class SwizzleComponent
|
||||
{
|
||||
First,
|
||||
Second,
|
||||
Third,
|
||||
Fourth
|
||||
};
|
||||
|
||||
enum class UnaryType
|
||||
{
|
||||
LogicalNot, //< !v
|
||||
|
||||
Reference in New Issue
Block a user