Fix: Partially Fix #146759 by Adding Missing Library Include to Radial Tiling Node

Node code was missing and include directive.

Pull Request: https://projects.blender.org/blender/blender/pulls/146810
This commit is contained in:
Raiko
2025-09-26 11:59:57 +02:00
committed by Clément Foucault
parent 75c2dd5e3a
commit 1aee66bfa4

View File

@@ -3,6 +3,7 @@
* SPDX-License-Identifier: GPL-2.0-or-later */
#include "gpu_shader_math_base_lib.glsl"
#include "gpu_shader_math_constants_lib.glsl"
/* Define macro flags for code adaption. */
/* No macro flags necessary, as code is adapted to GLSL by default. */