Kevin Trogant
448d448430
started work on pipeline parsing
2024-01-16 16:03:30 +01:00
Kevin Trogant
19f7e29215
Progress on assetc
2023-12-10 23:09:19 +01:00
Kevin Trogant
6937e55888
feat: create vulkan swapchain
2023-10-25 23:24:04 +02:00
Kevin Trogant
904a26374b
feat: create vulkan device, surface etc.
...
- Next up: swapchain
- Use volk
2023-10-23 23:12:45 +02:00
Kevin Trogant
4b97f8ff33
fix: Linux build
...
- Prepare for supporting Xlib and Wayland (in the future), by having a
option for 'use_xlib'
- Fixed a few compile errors
2023-10-17 15:22:02 +02:00
Kevin Trogant
81798df3e9
ref, feat: Restructure
...
- The renderer backend is now its own library, loaded at runtime.
- Removed GLFW dependency, instead use win32 directly.
- Broke linux window creation, because it's not implemented yet.
- Maybe use GLFW for linux?
2023-10-17 00:54:51 +02:00