mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
9 lines
159 B
Text
9 lines
159 B
Text
uniform float value;
|
|
uniform float otherValue;
|
|
void main ()
|
|
{
|
|
gl_FragColor = vec4((otherValue / (1.0/(value))));
|
|
}
|
|
|
|
|
|
// inputs: 0, stats: 2 alu 0 tex 0 flow
|