diff --git a/PInvoke/Direct3D12/D3D12.Enum.cs b/PInvoke/Direct3D12/D3D12.Enum.cs index 24b552039..5a7b312ae 100644 --- a/PInvoke/Direct3D12/D3D12.Enum.cs +++ b/PInvoke/Direct3D12/D3D12.Enum.cs @@ -1265,7 +1265,7 @@ public enum D3D12_COMPARISON_FUNC /// /// Value: 1 Never pass the comparison. /// - D3D12_COMPARISON_FUNC_NEVER, + D3D12_COMPARISON_FUNC_NEVER = 1, /// /// Value: 2 If the source data is less than the destination data, the comparison passes.