Skip to content

Commit

Permalink
default DrawCommand depth compare to none
Browse files Browse the repository at this point in the history
  • Loading branch information
NoelFB committed Jan 23, 2024
1 parent 5995fad commit d723281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/Graphics/DrawCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public struct DrawCommand()
/// <summary>
/// The Render State Depth comparison Function
/// </summary>
public DepthCompare DepthCompare = DepthCompare.Always;
public DepthCompare DepthCompare = DepthCompare.None;

/// <summary>
/// If Writing to the Depth Buffer is enabled
Expand Down

0 comments on commit d723281

Please sign in to comment.