Skip to content

Commit

Permalink
Tutorial 29: updated background color
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMostDiligent committed Jan 6, 2025
1 parent 8da0104 commit 63f7ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tutorials/Tutorial29_OIT/src/Tutorial29_OIT.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ void Tutorial29_OIT::Render()
m_pImmediateContext->SetRenderTargets(1, &pRTV, pDSV, RESOURCE_STATE_TRANSITION_MODE_TRANSITION);

// Clear the back buffer
float4 ClearColor{0.35f, 0.35f, 0.35f, 1.0f};
float4 ClearColor{0.0625f, 0.0625f, 0.0625f, 1.0f};
if (m_ConvertPSOutputToGamma)
{
// If manual gamma correction is required, we need to clear the render target with sRGB color
Expand Down

0 comments on commit 63f7ad1

Please sign in to comment.