Fix mismatching enums between C# and C++. Refs #665

This commit is contained in:
baldurk
2017-06-20 17:11:21 +01:00
parent b930b255c9
commit ec8aa67ed3
+4
View File
@@ -513,6 +513,7 @@ namespace renderdoc
NoFilter,
Point,
Linear,
Cubic,
Anisotropic,
};
@@ -554,6 +555,8 @@ namespace renderdoc
One,
SrcCol,
InvSrcCol,
DstCol,
InvDstCol,
SrcAlpha,
InvSrcAlpha,
DstAlpha,
@@ -590,6 +593,7 @@ namespace renderdoc
Nand,
Or,
Xor,
Nor,
Equivalent,
AndReverse,
AndInverted,