Commit Graph

28 Commits

Author SHA1 Message Date
bonsthie
1fe21e7725 Add <algorithm> header to fix compilation issue on Arch Linux
The code was failing to compile on Arch Linux due to missing definitions from the <algorithm> header. Including this header resolves the issue, ensuring compatibility across different environments.
2024-08-08 17:49:14 +02:00
7011a6ee6e fixing some bad memory usage 2024-03-25 13:57:20 +01:00
3624caf519 adding std namespace to all libstd provided primitive types 2024-02-25 08:04:44 +01:00
189764dc34 new text management, texts and textures are on the same level, new texture rendering management, fixing issues 2024-01-11 05:23:16 +01:00
fb6bda24a6 adding profiler 2024-01-10 18:32:40 +01:00
a9cd7375f6 fixing better vk command buffers management 2024-01-07 01:34:02 +01:00
c24d961211 working on cmd resources management 2024-01-05 23:13:35 +01:00
b3ba952218 fixing 32bit vulkan issue 2024-01-04 12:27:31 +01:00
7c8f233cc8 Merge branch 'better_vk_commands' into indev 2024-01-03 15:47:31 +01:00
988ccf32db fixing windows compilation issue 2024-01-03 15:30:35 +01:00
ae6c4710c8 improving vulkan error messages 2024-01-03 15:15:38 +01:00
c88ff1525d fixing frame capture 2023-12-24 16:07:09 +01:00
522975bf8b working on frame capture 2023-12-23 01:53:54 +01:00
b384ebec1b working on better command buffers management 2023-12-20 16:35:52 +01:00
73c8e331af new branch for error management 2023-12-16 18:51:51 +01:00
719dfea21c fixing compilation error 2023-12-16 02:14:23 +01:00
4a6a525847 updating readme 2023-12-16 02:11:54 +01:00
2d89f41639 fixing issue when destroying an image in the loop hook, begenning single time command buffers manager 2023-12-15 21:08:46 +01:00
4d6c970a71 moving profile to API scope 2023-12-11 20:28:58 +01:00
555af79e9e fixing windows dll issues 2023-12-08 23:33:26 +01:00
038a6db77f adding symbols to dll on windows 2023-12-08 19:13:25 +01:00
19ccc1230e cleaning renderpass, framebuffers and swapchain code, setting all vulkan resources to NULL after destroy 2023-11-18 17:25:30 +01:00
4e5fb2648a adding debug messages to renderer, working on VMA implementation 2023-11-09 09:07:03 +01:00
cb4e9dbe8d adding multiple mapping support on textures 2023-04-23 22:11:44 +02:00
6d3421d7f4 removing texture library 2023-04-21 22:17:55 +02:00
21962dda90 adding manual image manipulation 2023-04-03 00:01:13 +02:00
2c6c3a945e almost first rendering, fixing renderer issues 2022-12-19 00:59:45 +01:00
c907c52968 fixing compatibility, workign on renderer 2022-12-18 04:04:10 +01:00