Emit #line directives, refactor prefixes '__' -> '_', fix 'bars' outline

This commit is contained in:
Jarcode
2019-04-02 03:22:46 -07:00
parent 4b71de19c4
commit 13e9f051ce
9 changed files with 81 additions and 29 deletions

View File

@@ -31,6 +31,10 @@ struct glsl_ext {
struct rd_bind* binds; /* OPT IN: --pipe binds */
void** destruct; /* internal */
size_t destruct_sz; /* internal */
char** ss_lookup; /* source-string lookup table */
size_t* ss_len;
size_t ss_len_s;
bool ss_own;
/* IN: NULL (where the last element's 'name' member is NULL) terminated
array of request handlers */