Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
shotcut / opt / Shotcut.app / share / movit / sandbox_effect.frag
Size: Mime:
vec4 FUNCNAME(vec2 tc) {
	// Your code goes here, obviously.
	// You can use PREFIX(parm) to access the parameter you gave in.
	return INPUT(tc);
}