From bb7793dd8e85e5b48b3539f9dea61c41a9dc6e62 Mon Sep 17 00:00:00 2001 From: Cody Winchester Date: Sun, 19 Oct 2025 16:22:42 -0500 Subject: [PATCH] GOOENGINE: Remove unused water ripple dependencies --- .../gpu/shaders/material/gpu_shader_material_water_ripples.glsl | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/blender/gpu/shaders/material/gpu_shader_material_water_ripples.glsl b/source/blender/gpu/shaders/material/gpu_shader_material_water_ripples.glsl index cf4d834f622..f84a968a9f3 100644 --- a/source/blender/gpu/shaders/material/gpu_shader_material_water_ripples.glsl +++ b/source/blender/gpu/shaders/material/gpu_shader_material_water_ripples.glsl @@ -1,6 +1,4 @@ -#pragma BLENDER_REQUIRE(gpu_shader_material_common.glsl) #pragma BLENDER_REQUIRE(gpu_shader_common_math_utils.glsl) -#pragma BLENDER_REQUIRE(gpu_shader_common_math_constants.glsl) /* Utility functions */ float bias_function(float x, float b)