This website requires JavaScript.
Explore
Help
Sign in
reemo
/
sockscape
Watch
1
Star
0
Fork
You've already forked sockscape
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
786fbfd79f
sockscape
/
resources
/
client
/
shaders
/
test.vert
5 lines
83 B
GLSL
Raw
Normal View
History
Unescape
Escape
emscripten works :evil:
2018-09-13 22:11:09 +00:00
attribute
vec2
aPosition
;
allo
2018-08-16 21:39:13 +00:00
void
main
(
)
{
emscripten works :evil:
2018-09-13 22:11:09 +00:00
gl_Position
=
vec4
(
aPosition
,
0
,
1
)
;
allo
2018-08-16 21:39:13 +00:00
}
Reference in a new issue
Copy permalink