Skip to content

Link shader command

Antonio Caggiano requested to merge Fahien/virglrenderer:link-program into master

Add a new command associated to glLinkProgram. With this we should be able to compile and link shaders when requested by the user.

Together with the command we expect an array of shader handles attached to the program, where each position of the array corresponds to a pipe shader type.

Corresponding to mesa/mesa!13674 (merged)

Related to !642 (merged)

Edited by Antonio Caggiano

Merge request reports