16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 04:39:18 +02:00

motion blur

This commit is contained in:
milek7
2018-07-23 01:22:36 +02:00
parent cfb066f678
commit d5ce1d57e7
32 changed files with 358 additions and 159 deletions

View File

@@ -4,5 +4,6 @@
void main()
{
gl_FragColor = vec4(1.0, 0.0, 1.0, 1.0);
gl_FragData[0] = vec4(1.0, 0.0, 1.0, 1.0);
gl_FragData[1] = vec4(0.0f);
}