glsl: Actually respect the hash-line directive.

This commit is contained in:
Michal Krol 2009-09-04 15:20:31 +02:00
parent b6df77fb9a
commit 2d2d638444

View file

@ -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. */