Skip to content

Commit

Permalink
refactor: rename Water Lighting (#803)
Browse files Browse the repository at this point in the history
* refactor: rename Water Lighting

* style: 🎨 apply clang-format changes

---------

Co-authored-by: doodlum <doodlum@users.noreply.github.com>
  • Loading branch information
doodlum and doodlum authored Nov 29, 2024
1 parent a8051ee commit 9a443b8
Show file tree
Hide file tree
Showing 9 changed files with 292 additions and 285 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Texture2D<float4> WaterCaustics : register(t70);

namespace WaterLighting
namespace WaterEffects
{
float2 PanCausticsUV(float2 uv, float speed, float tiling)
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace WaterLighting
namespace WaterEffects
{
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// PARALLAX
Expand Down
Loading

0 comments on commit 9a443b8

Please sign in to comment.