filterWatcherFromUrl
Creates and returns a ShaderWatcher configured for the given fragment shader URL. The returned ShaderWatcher uses a predefined vertex shader code and the provided URL for the fragment shader.
Return
A ShaderWatcher instance configured with the provided fragment shader URL and predefined vertex shader code.
Parameters
url
The URL pointing to the fragment shader source code.