HLSL: Handle "fake" entry points, by undoing their built-in variable declarations.
This commit is contained in:
parent
9e079535a0
commit
07350f3382
6 changed files with 138 additions and 1 deletions
|
|
@ -123,6 +123,7 @@ INSTANTIATE_TEST_CASE_P(
|
|||
{"hlsl.load.buffer.dx10.frag", "main"},
|
||||
{"hlsl.load.offset.dx10.frag", "main"},
|
||||
{"hlsl.load.offsetarray.dx10.frag", "main"},
|
||||
{"hlsl.multiEntry.vert", "RealEntrypoint"},
|
||||
{"hlsl.numericsuffixes.frag", "main"},
|
||||
{"hlsl.overload.frag", "PixelShaderFunction"},
|
||||
{"hlsl.pp.line.frag", "main"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue