saved window position on startup.
tidy up moar. exercises.
This commit is contained in:
parent
1a96538a0e
commit
437b1ccd44
6 changed files with 74 additions and 31 deletions
6
res/shaders/fragment.frag
Normal file
6
res/shaders/fragment.frag
Normal file
|
@ -0,0 +1,6 @@
|
|||
#version 420 core
|
||||
out vec4 FragColor;
|
||||
|
||||
void main() {
|
||||
FragColor = vec4(1.0f, 0.5f, 0.2f, 1.0f);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue