summaryrefslogtreecommitdiff
path: root/tests/python_build/fixtures/glsl/compute_expected_parts.json
blob: 025c568ae081341acb555db6b875fab7a080febb (plain)
1
2
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"
}