mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
22 lines
576 B
Plaintext
22 lines
576 B
Plaintext
---input---
|
|
@group(0) @binding(5) var texture_external;
|
|
|
|
---tokens---
|
|
'@' Name.Decorator
|
|
'group' Name.Decorator
|
|
'(' Punctuation
|
|
'0' Literal.Number.Integer
|
|
')' Punctuation
|
|
' ' Text.Whitespace
|
|
'@' Name.Decorator
|
|
'binding' Name.Decorator
|
|
'(' Punctuation
|
|
'5' Literal.Number.Integer
|
|
')' Punctuation
|
|
' ' Text.Whitespace
|
|
'var' Keyword.Declaration
|
|
' ' Text.Whitespace
|
|
'texture_external' Name.Builtin
|
|
';' Punctuation
|
|
'\n' Text.Whitespace
|