mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-08-13 22:19:25 +00:00
Reorganize tests into a real spec suite
This commit is contained in:
21
spec/tests/webgpu_shading_language/external-texture.txt
Normal file
21
spec/tests/webgpu_shading_language/external-texture.txt
Normal file
@@ -0,0 +1,21 @@
|
||||
---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
|
Reference in New Issue
Block a user