Added basic example
This commit is contained in:
parent
a2a11df85e
commit
707687b682
5 changed files with 198 additions and 1 deletions
8
examples/model/shaders/fragmentShader.frag
Normal file
8
examples/model/shaders/fragmentShader.frag
Normal file
|
@ -0,0 +1,8 @@
|
|||
#version 330 core
|
||||
|
||||
vec4 out FragColor;
|
||||
|
||||
void main()
|
||||
{
|
||||
FragColor = vec4(0.0);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue