Commit Graph

29 Commits

Author SHA1 Message Date
Georg Hagen
515b3a6c73 Fix some issues with freeing resources 2024-07-12 19:14:37 +02:00
Georg Hagen
1d06e56c9e Delete created semaphores on close 2024-07-11 16:56:52 +02:00
Georg Hagen
313b01db1b Fix issue with freeing resources 2024-07-11 13:22:01 +02:00
Georg Hagen
9aa49ce35a Add some additional error handling 2024-07-03 14:33:49 +02:00
e0f24153d3 Change namespace name 2023-10-03 19:52:23 +02:00
090e75a1ca Fix issues with de/re-initialisation 2023-09-18 15:13:14 +02:00
2b90b5d84e Cleanup code 2023-09-09 23:18:27 +02:00
703f5c0d12 Fix issues with ui rendering 2023-09-08 18:17:16 +02:00
f9688792c4 Fix issue with semaphore being reused to early 2023-09-05 13:23:22 +02:00
df4194be51 Update how camera data is communicated to shader 2023-08-31 21:16:11 +02:00
93c75763c7 [WIP] Refactor creation of descriptorsets 2023-08-30 23:11:11 +02:00
5aec41ead4 [WIP] Shader handling rework 2023-08-29 23:08:11 +02:00
5735b93870 Extend camera class 2023-08-29 21:21:21 +02:00
e2dfd50a55 Optimize push constants usage 2023-08-08 23:36:11 +02:00
da1782c4a9 Cleanup shader handling 2023-08-05 21:01:11 +02:00
836e9dce42 Change shader handling 2023-08-04 20:20:20 +02:00
87dad42c79 Move Drawable draw call recording logic out of renderer 2021-08-01 00:37:11 +02:00
8d370c9860 Refactor Drawable 2021-07-31 11:22:33 +02:00
7813920951 Start imgui integration 2021-07-31 01:02:03 +02:00
e636b8eae5 Add option to enable alpha blending 2021-05-23 20:47:23 +02:00
b1b4c117f2 Expose camera position to shader 2021-02-14 02:12:13 +01:00
97cb8d1ac9 Expose view and projection matrix to shader 2021-02-12 19:47:11 +01:00
8dc50ab279 Fix viewport resizing not updating camera aspect ratio 2021-02-11 19:41:24 +01:00
2922e74f07 Update platform creation code 2021-02-02 16:14:15 +01:00
412613c757 Improve resource handling 2021-01-08 22:11:00 +01:00
ac09635fd7 Fix crash when deinitializing renderer 2020-10-22 22:53:11 +02:00
0790e40294 More code cleanup 2020-10-18 21:56:30 +02:00
aea890971b Cleanup Camera code 2020-10-16 00:44:22 +02:00
4f2122a2be Refactor code 2020-09-25 01:55:18 +02:00