done hellow triangle.
This commit is contained in:
parent
437b1ccd44
commit
56bc859562
2 changed files with 89 additions and 44 deletions
6
res/shaders/fragment2.frag
Normal file
6
res/shaders/fragment2.frag
Normal file
|
@ -0,0 +1,6 @@
|
|||
#version 420 core
|
||||
out vec4 FragColor;
|
||||
|
||||
void main() {
|
||||
FragColor = vec4(0.0f, 1.0f, 0.2f, 1.0f);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue