Skip to content
Snippets Groups Projects

Resolve "Pipeline State Object"

Merged Mark Oliver Mints requested to merge 11-pipeline-state-object into develop
Compare changes
  • Side-by-side
  • Inline
Files
1
  • c7a829b0
    [#16][Fix] compute valid queues and queue handles · c7a829b0
    Vanessa Karolek authored
    When creating queues, we need information about which queues were created and at which queue family index. This information is lost when our previous getQueueCreateInfos function terminated. The actual idea is to save this information for each queue type and compute valid handles for them.
    
    The code might look uglier than before... but maybe we can improve this. :D We also need to clean up the unnecessary print outs later on.
Loading