Skip to content

util: Always create a layout in run_simple_pipeline()

Connor Abbott requested to merge cwabbott0/crucible:simple-pipeline-fix into master

Otherwise, radv will assert. Just create an empty layout. I added one parameter to keep the preprocessor happy.

This fixes all the tests using this, including all the shader ballot tests as well as some amd tests, when radv is built in debug mode.

Merge request reports