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:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user