google / amber

Amber is a multi-API shader test framework
Apache License 2.0
188 stars 63 forks source link

-ps doesn't create pipelines #1023

Open spencer-lunarg opened 1 year ago

spencer-lunarg commented 1 year ago

The argument says

-ps -- Parse input files, create pipelines; Don't execute.

but if I run amber tests/cases/draw_rect.amber -ps --log-graphics-call

it is never calling vkCreateGraphicsPipelines like I would expect

Also verified with the API Dump layer that it is not creating the pipeline