diff options
author | Jiri Suchan <yed@vanyli.net> | 2022-06-30 11:14:07 +0900 |
---|---|---|
committer | Jiri Suchan <yed@vanyli.net> | 2022-08-19 20:32:13 +0900 |
commit | 388d35b74d8919b251faae9e24af50476f12b1a2 (patch) | |
tree | 6e984d73605bf3de867722bd88e1ee888a351fea /tests/python_build/fixtures/rd_glsl/_included.glsl | |
parent | b04593c22bd5e88d24f1be19422696e7bde584f6 (diff) |
ci: add basic test pipeline for shader builders
Diffstat (limited to 'tests/python_build/fixtures/rd_glsl/_included.glsl')
-rw-r--r-- | tests/python_build/fixtures/rd_glsl/_included.glsl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/python_build/fixtures/rd_glsl/_included.glsl b/tests/python_build/fixtures/rd_glsl/_included.glsl new file mode 100644 index 0000000000..adf5f702d3 --- /dev/null +++ b/tests/python_build/fixtures/rd_glsl/_included.glsl @@ -0,0 +1 @@ +#define M_PI 3.14159265359 |