feat: modules moved and engine moved to submodule
This commit is contained in:
parent
dfb5e645cd
commit
c33d2130cc
5136 changed files with 225275 additions and 64485 deletions
15
engine/tests/python_build/fixtures/glsl/compute.out
Normal file
15
engine/tests/python_build/fixtures/glsl/compute.out
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
static const char compute_shader_glsl[] = {
|
||||
R"<!>(#[compute]
|
||||
|
||||
#version 450
|
||||
|
||||
#VERSION_DEFINES
|
||||
|
||||
|
||||
#define M_PI 3.14159265359
|
||||
|
||||
void main() {
|
||||
vec3 static_light = vec3(0, 1, 0);
|
||||
}
|
||||
)<!>"
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue