Skip to content

Commit

Permalink
fix incorrect name
Browse files Browse the repository at this point in the history
  • Loading branch information
flustix committed Oct 28, 2024
1 parent 2545359 commit b93fd02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluXis.Resources/Shaders/sh_Mosaic.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
layout(std140, set = 0, binding = 0) uniform m_PixelateParameters
layout(std140, set = 0, binding = 0) uniform m_MosaicParameters
{
vec2 g_TexSize;
float g_Strength;
Expand Down

0 comments on commit b93fd02

Please sign in to comment.