sarekt
sarekt copied to clipboard
Allow application level pipeline creation
- [ ] Image creation
- [ ] shader selection
- [ ] pipeline configuration
- [ ] attachment selection (and therefore offscreen rendering). Enum that can select an image, screen space quad (that is recreated when swapchain is recreated to match), or swapchain.
- [ ] File followup issue to allow a user to define multiple subpasses somehow, perhaps leak vulkan for now?
Pass pipeline in to draw call.