Added rendering
This commit is contained in:
parent
fc8a1b2d35
commit
2fae908a55
5 changed files with 156 additions and 5 deletions
8
src/shader/basic.frag
Normal file
8
src/shader/basic.frag
Normal file
|
@ -0,0 +1,8 @@
|
|||
#version 460 core
|
||||
|
||||
out vec4 oColor;
|
||||
|
||||
void main()
|
||||
{
|
||||
oColor = vec4(0.6f, 0.2f, 0.9f, 1.0f);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue