Skip to content

Commit

Permalink
Fixed D3D12_COMPARISON_FUNC values
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hall committed Feb 1, 2025
1 parent 39d5e2b commit 4ca8630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PInvoke/Direct3D12/D3D12.Enum.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1265,7 +1265,7 @@ public enum D3D12_COMPARISON_FUNC
/// <summary>
/// <para>Value: 1 Never pass the comparison.</para>
/// </summary>
D3D12_COMPARISON_FUNC_NEVER,
D3D12_COMPARISON_FUNC_NEVER = 1,

/// <summary>
/// <para>Value: 2 If the source data is less than the destination data, the comparison passes.</para>
Expand Down

0 comments on commit 4ca8630

Please sign in to comment.