forked from StudioInfinity/dyna3
App: rename directory
This commit is contained in:
parent
e6281cdcc6
commit
7ff1b9cb65
10 changed files with 0 additions and 0 deletions
7
app-proto/full-interface/src/identity.vert
Normal file
7
app-proto/full-interface/src/identity.vert
Normal file
|
@ -0,0 +1,7 @@
|
|||
#version 300 es
|
||||
|
||||
in vec4 position;
|
||||
|
||||
void main() {
|
||||
gl_Position = position;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue