filterShaderFromUrl

Creates a Shader object by loading and compiling shader code from the provided URL.

Return

the compiled Shader object created from the provided shader code.

Parameters

url

the URL pointing to the shader code to be loaded and compiled.