parent
5d6b567950
commit
b617e14acb
7 changed files with 341 additions and 219 deletions
|
|
@ -3,9 +3,13 @@
|
|||
float f;
|
||||
float h3 = 3.0;
|
||||
|
||||
out float cout;
|
||||
in float cin;
|
||||
|
||||
float bar()
|
||||
{
|
||||
h3 *= f;
|
||||
float g3 = 2 * h3;
|
||||
cout = g3;
|
||||
return h3 + g3 + gl_FragCoord.y;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue