virtualx-engine/tests/python_build/fixtures/glsl/compute_expected_parts.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
155 B
JSON
Raw Permalink Normal View History

2024-02-18 21:31:05 +01:00
{
"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"
}