summaryrefslogtreecommitdiffstats
path: root/tests/python_build/fixtures/glsl/compute_expected_parts.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/python_build/fixtures/glsl/compute_expected_parts.json')
-rw-r--r--tests/python_build/fixtures/glsl/compute_expected_parts.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/python_build/fixtures/glsl/compute_expected_parts.json b/tests/python_build/fixtures/glsl/compute_expected_parts.json
new file mode 100644
index 0000000000..025c568ae0
--- /dev/null
+++ b/tests/python_build/fixtures/glsl/compute_expected_parts.json
@@ -0,0 +1,3 @@
+{
+ "code": "#[compute]\n\n#version 450\n\n#VERSION_DEFINES\n\n\n#define M_PI 3.14159265359\n\nvoid main() {\n\tvec3 static_light = vec3(0, 1, 0);\n}\n"
+}