mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
25 lines
668 B
Plaintext
25 lines
668 B
Plaintext
---input---
|
|
@group(0) @binding(5) var texture_multisampled_2d<f32>;
|
|
|
|
---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_multisampled_2d' Name.Builtin
|
|
'<' Operator
|
|
'f32' Name.Builtin
|
|
'>' Operator
|
|
';' Punctuation
|
|
'\n' Text.Whitespace
|