ci: add basic test pipeline for shader builders
This commit is contained in:
parent
b04593c22b
commit
388d35b74d
26 changed files with 528 additions and 74 deletions
|
|
@ -0,0 +1,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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue