Fix HLSL offsets for non-cbuffers (#3668)
This commit is contained in:
parent
4b73607b89
commit
9f34b25f30
4 changed files with 105 additions and 7 deletions
|
|
@ -170,6 +170,7 @@ INSTANTIATE_TEST_SUITE_P(
|
|||
{"hlsl.basic.geom", "main"},
|
||||
{"hlsl.boolConv.vert", "main"},
|
||||
{"hlsl.buffer.frag", "PixelShaderFunction"},
|
||||
{"hlsl.buffer-offsets.comp", "main"},
|
||||
{"hlsl.calculatelod.dx10.frag", "main"},
|
||||
{"hlsl.calculatelodunclamped.dx10.frag", "main"},
|
||||
{"hlsl.cast.frag", "PixelShaderFunction"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue