virtualx-engine/tests/python_build/fixtures/glsl/compute_expected_parts.json
2022-08-19 20:32:13 +09:00

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