forked from StudioInfinity/dyna3
Move full interface prototype to top level
This commit is contained in:
parent
cca5a781c4
commit
f1690b62e1
12 changed files with 0 additions and 0 deletions
7
app-proto/src/identity.vert
Normal file
7
app-proto/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