HLSL: Implement member functions calling member functions.
This commit is contained in:
parent
b29cc30cdb
commit
0a2a0cd3a4
7 changed files with 351 additions and 19 deletions
|
|
@ -184,6 +184,7 @@ INSTANTIATE_TEST_CASE_P(
|
|||
{"hlsl.nonint-index.frag", "main"},
|
||||
{"hlsl.matNx1.frag", "main"},
|
||||
{"hlsl.matrixSwizzle.vert", "ShaderFunction"},
|
||||
{"hlsl.memberFunCall.frag", "main"},
|
||||
{"hlsl.mintypes.frag", "main"},
|
||||
{"hlsl.multiEntry.vert", "RealEntrypoint"},
|
||||
{"hlsl.multiReturn.frag", "main"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue