Add 'engine/' from commit 'a8e37fc010'
git-subtree-dir: engine git-subtree-mainline:b74841629egit-subtree-split:a8e37fc010
This commit is contained in:
commit
c3f9669b10
14113 changed files with 7458101 additions and 0 deletions
11
engine/tests/python_build/fixtures/glsl/compute.glsl
Normal file
11
engine/tests/python_build/fixtures/glsl/compute.glsl
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#[compute]
|
||||
|
||||
#version 450
|
||||
|
||||
#VERSION_DEFINES
|
||||
|
||||
#include "_included.glsl"
|
||||
|
||||
void main() {
|
||||
vec3 static_light = vec3(0, 1, 0);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue