19/20 is done so setup for day 21.
This commit is contained in:
parent
f51df89054
commit
c32e7bd00d
208 changed files with 15289 additions and 0 deletions
|
|
@ -1,11 +0,0 @@
|
|||
#version 330 core
|
||||
|
||||
out vec4 FragColor;
|
||||
in vec2 TexCoord;
|
||||
|
||||
uniform sampler2D texture1;
|
||||
|
||||
void main()
|
||||
{
|
||||
FragColor = texture(texture1, TexCoord);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue