HLSL: Add scoping operator, accept static member functions, and support calling them.
This commit is contained in:
parent
5f12d2f752
commit
54ee28f4d0
11 changed files with 424 additions and 50 deletions
|
|
@ -212,6 +212,7 @@ INSTANTIATE_TEST_CASE_P(
|
|||
{"hlsl.semicolons.frag", "main"},
|
||||
{"hlsl.shapeConv.frag", "main"},
|
||||
{"hlsl.shapeConvRet.frag", "main"},
|
||||
{"hlsl.staticMemberFunction.frag", "main"},
|
||||
{"hlsl.stringtoken.frag", "main"},
|
||||
{"hlsl.string.frag", "main"},
|
||||
{"hlsl.struct.split-1.vert", "main"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue