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:
parent
1ca0f8e8eb
commit
546b78854a
4 changed files with 21 additions and 0 deletions
|
|
@ -14,5 +14,6 @@ struct A
|
|||
|
||||
void main()
|
||||
{
|
||||
"a string"
|
||||
}
|
||||
|
||||
|
|
|
|||
1
Test/hlsl.pp.expand.frag
Normal file → Executable file
1
Test/hlsl.pp.expand.frag
Normal file → Executable file
|
|
@ -14,4 +14,5 @@ struct A
|
|||
|
||||
void main()
|
||||
{
|
||||
"a string"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue