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