Printing preprocessed shaders (not a supported path): Fix #1490: strings
Put quote marks around strings, due to a change in how tokenization works.
This commit is contained in:
@@ -14,5 +14,6 @@ struct A
|
||||
|
||||
void main()
|
||||
{
|
||||
"a string"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user