mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
Fix mismatching enums between C# and C++. Refs #665
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user