HLSL: Implement 'this' keyword.
This commit is contained in:
parent
3778979cd4
commit
7a41f96d10
8 changed files with 435 additions and 9 deletions
|
|
@ -235,6 +235,7 @@ INSTANTIATE_TEST_CASE_P(
|
|||
{"hlsl.structin.vert", "main"},
|
||||
{"hlsl.structIoFourWay.frag", "main"},
|
||||
{"hlsl.structStructName.frag", "main"},
|
||||
{"hlsl.this.frag", "main"},
|
||||
{"hlsl.intrinsics.vert", "VertexShaderFunction"},
|
||||
{"hlsl.matType.frag", "PixelShaderFunction"},
|
||||
{"hlsl.matType.bool.frag", "main"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue