Skip to content
Snippets Groups Projects
Commit 2b29f92c authored by Romain Vimont's avatar Romain Vimont
Browse files

opengl: move fragment shader creation to renderer

The helper fragment_shaders.c was responsible to create the whole
fragment shaders. For now on, make it responsible to generate only the
piece of GLSL code necessary to access the input picture (i.e. to
implement vlc_texture()).

Make the renderer create its own fragment shader, using the
vlc_texture() function generated by fragment_shaders.c.
parent 8b52c053
No related branches found
No related tags found
Loading
Pipeline #15179 passed with stage
in 54 minutes and 7 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment