This commit is contained in:
parent
de9865b583
commit
d7a9c85ea6
11 changed files with 183 additions and 43 deletions
8
tests/ShaderDep/inner/lib/ui-shared.glsl
Normal file
8
tests/ShaderDep/inner/lib/ui-shared.glsl
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef UI_SHARED_GLSL
|
||||
#define UI_SHARED_GLSL
|
||||
|
||||
vec3 ui_color() {
|
||||
return vec3(0.25, 0.5, 1.0);
|
||||
}
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue