Drawing triangles using fixed function pipelines

This commit is contained in:
bloeys
2021-10-23 20:58:10 +04:00
parent b296f1af4c
commit bb9a2885e2
4 changed files with 128 additions and 41 deletions

View File

@ -5,4 +5,4 @@ out vec4 FragColor;
void main()
{
FragColor = vec4(1, 0, 0, 1.0);
}
}