Added basic example

This commit is contained in:
Robert 2021-01-30 01:43:36 +01:00
parent a2a11df85e
commit 707687b682
5 changed files with 198 additions and 1 deletions

View file

@ -0,0 +1,6 @@
#version 330 core
void main()
{
gl_Position = vec4(0.0);
}