-ps doesn't create pipelines
Open
- Dominant language
- C++
- Stars
- 228
- Forks
- 77
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.