virtualx-engine/tests/python_build/fixtures/glsl/compute_expected_parts.json
2024-02-18 13:31:05 -07:00

4 lines
155 B
JSON

{
"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"
}