Skip to content

Commit

Permalink
yas queen
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBarii committed Aug 5, 2024
1 parent fad9bac commit e53cf70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client/GUI/Engine/Effects/Blur/blur.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ void Blur::RenderBlur(ID3D11RenderTargetView *pDstRenderTargetView, int iteratio
desc.Height /= 2;
}

constantBuffer.offset = XMFLOAT2(intensity, intensity);
constantBuffer.offset = XMFLOAT2(intensity * 3, intensity * 3);
pContext->PSSetShader(pDownsampleShader, nullptr, 0);
RenderToRTV(renderTargetViews[1], pOrigShaderResourceView, fbSizes[1]);

Expand Down

0 comments on commit e53cf70

Please sign in to comment.