1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-26 15:46:23 +00:00

Support shader preprocessor concatenation symbol

This commit is contained in:
Johan Aires Rastén
2023-04-06 16:50:16 +02:00
parent eca6f0eb54
commit 6e1f68109b
4 changed files with 393 additions and 12 deletions

View File

@@ -115,6 +115,7 @@
#include "tests/scene/test_theme.h"
#include "tests/scene/test_viewport.h"
#include "tests/scene/test_visual_shader.h"
#include "tests/servers/rendering/test_shader_preprocessor.h"
#include "tests/servers/test_navigation_server_2d.h"
#include "tests/servers/test_navigation_server_3d.h"
#include "tests/servers/test_text_server.h"