Didn't really do anything with advanced data/glsl so let's do geometry shaders.
This commit is contained in:
parent
9582ec8611
commit
c4c808f3c5
119 changed files with 0 additions and 0 deletions
|
|
@ -1,8 +0,0 @@
|
|||
#version 330 core
|
||||
out vec4 FragColor;
|
||||
in vec3 ourColor;
|
||||
|
||||
void main()
|
||||
{
|
||||
FragColor = vec4(ourColor, 1.0);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue