Skip to content

Commit

Permalink
Fixed missing depth stencil state.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomspilman committed Sep 22, 2024
1 parent 0c6190a commit c967ddd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ internal unsafe void PlatformApplyState(GraphicsDevice device)
{
MGG_DepthStencilState_Info info;
info.depthBufferEnable = DepthBufferEnable;
info.depthBufferWriteEnable = DepthBufferWriteEnable;
info.depthBufferFunction = DepthBufferFunction;
info.referenceStencil = ReferenceStencil;
info.stencilEnable = StencilEnable;
Expand Down

0 comments on commit c967ddd

Please sign in to comment.