mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
glsl: Actually respect the hash-line directive.
This commit is contained in:
parent
b6df77fb9a
commit
2d2d638444
1 changed files with 2 additions and 0 deletions
|
|
@ -130,6 +130,8 @@ sl_pp_process_line(struct sl_pp_context *context,
|
|||
if (sl_pp_process_out(pstate, &ti)) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
context->line = line;
|
||||
}
|
||||
|
||||
/* TODO: Do something with the file number. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue