mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
linker: Remove the FINISHME comment for intrastage linking
This commit is contained in:
parent
1a03a644d2
commit
cd6764ed6e
1 changed files with 2 additions and 1 deletions
|
|
@ -1135,7 +1135,8 @@ link_shaders(struct gl_shader_program *prog)
|
|||
|
||||
prog->Version = max_version;
|
||||
|
||||
/* FINISHME: Implement intra-stage linking. */
|
||||
/* Link all shaders for a particular stage and validate the result.
|
||||
*/
|
||||
prog->_NumLinkedShaders = 0;
|
||||
if (num_vert_shaders > 0) {
|
||||
gl_shader *const sh =
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue