HLSL: Fix #1154: Support PointSize, as an attribute.
This commit is contained in:
parent
b0159f8565
commit
cc951f8183
9 changed files with 255 additions and 5 deletions
|
|
@ -252,6 +252,8 @@ INSTANTIATE_TEST_CASE_P(
|
|||
{"hlsl.params.default.negative.frag", "main"},
|
||||
{"hlsl.partialInit.frag", "PixelShaderFunction"},
|
||||
{"hlsl.partialFlattenLocal.vert", "main"},
|
||||
{"hlsl.PointSize.geom", "main"},
|
||||
{"hlsl.PointSize.vert", "main"},
|
||||
{"hlsl.pp.vert", "main"},
|
||||
{"hlsl.pp.line.frag", "main"},
|
||||
{"hlsl.precise.frag", "main"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue