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,8 @@
#version 330 core
vec4 out FragColor;
void main()
{
FragColor = vec4(0.0);
}