Initial Render System
Add the initial render system used by the engine.
This system includes:
- Creating multiple windows
- Separate render thread per window
- Basic but very extensible render system using Vulkano
- Partially owned by the engine (for e.g. the swapchain components) and partially owned/implemented by engine users
- An example showing how to use it